/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Check()':
/in/foo.cc:24:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1; i<=9; ++i) printf("%d ",a[i]);cout<<endl;
  ^~~
/in/foo.cc:24:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (int i=1; i<=9; ++i) printf("%d ",a[i]);cout<<endl;
                                              ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:53:19: warning: unused variable 'U' [-Wunused-variable]
   int u=Q.front(),U=u,Step=find_hash(u);Q.pop();
                   ^
# 状态 耗时 内存占用
#1 Accepted 246ms 52.273 MiB
#2 Accepted 245ms 52.309 MiB
#3 Accepted 244ms 52.293 MiB
#4 Accepted 243ms 52.301 MiB
#5 Accepted 238ms 52.301 MiB
#6 Accepted 237ms 52.305 MiB
#7 Accepted 239ms 52.305 MiB
#8 Accepted 238ms 52.305 MiB
#9 Accepted 241ms 52.312 MiB
#10 Accepted 241ms 52.312 MiB

信息

递交者
类型
递交
题目
P1029 晴天小猪历险记之Number
语言
C++
递交时间
2024-12-10 23:25:40
评测时间
2024-12-10 23:25:40
评测机
分数
100
总耗时
2417ms
峰值内存
52.312 MiB