/ 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:49:19: warning: unused variable 'U' [-Wunused-variable]
   int u=Q.front(),U=u,Step=find_hash(u);Q.pop();
                   ^
# 状态 耗时 内存占用
#1 Accepted 161ms 13.41 MiB
#2 Accepted 161ms 13.391 MiB
#3 Accepted 166ms 13.406 MiB
#4 Accepted 165ms 13.402 MiB
#5 Accepted 167ms 13.41 MiB
#6 Accepted 164ms 13.402 MiB
#7 Accepted 177ms 13.41 MiB
#8 Accepted 176ms 13.406 MiB
#9 Accepted 168ms 13.402 MiB
#10 Accepted 168ms 13.406 MiB

信息

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