/ 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 170ms 13.406 MiB
#2 Accepted 175ms 13.402 MiB
#3 Accepted 182ms 13.414 MiB
#4 Accepted 179ms 13.41 MiB
#5 Accepted 168ms 13.402 MiB
#6 Accepted 168ms 13.395 MiB
#7 Accepted 169ms 13.414 MiB
#8 Accepted 168ms 13.422 MiB
#9 Accepted 166ms 13.414 MiB
#10 Accepted 164ms 13.398 MiB

信息

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