/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void print(bb)':
/in/foo.cc:202:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=0;i<m;i++) printf("%d ",b.a[i]);printf("\n");
  ^~~
/in/foo.cc:202:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (int i=0;i<m;i++) printf("%d ",b.a[i]);printf("\n");
                                             ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:236:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (int i=0;i<m;i++) h[u].a[i]=1,h[u].num[i]=0;   h[u]=h[u]*A[u];
   ^~~
/in/foo.cc:236:54: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (int i=0;i<m;i++) h[u].a[i]=1,h[u].num[i]=0;   h[u]=h[u]*A[u];
                                                      ^
# 状态 耗时 内存占用
#1 Accepted 17ms 20.0 MiB
#2 Accepted 23ms 20.086 MiB
#3 Accepted 21ms 20.0 MiB
#4 Accepted 30ms 20.0 MiB
#5 Wrong Answer 8ms 19.93 MiB
#6 Wrong Answer 10ms 19.898 MiB
#7 Wrong Answer 12ms 19.875 MiB
#8 Wrong Answer 7ms 19.875 MiB
#9 Runtime Error 13ms 27.875 MiB
#10 Wrong Answer 12ms 20.008 MiB
#11 Runtime Error 6ms 19.875 MiB
#12 Runtime Error 8ms 19.965 MiB
#13 Wrong Answer 10ms 20.0 MiB
#14 Runtime Error 6ms 19.875 MiB
#15 Wrong Answer 9ms 20.0 MiB
#16 Wrong Answer 7ms 20.102 MiB
#17 Runtime Error 10ms 27.941 MiB
#18 Wrong Answer 11ms 20.125 MiB
#19 Runtime Error 10ms 28.008 MiB
#20 Runtime Error 12ms 27.875 MiB

信息

递交者
类型
递交
题目
P2021 切树游戏
语言
C++
递交时间
2017-06-19 21:27:36
评测时间
2017-06-19 21:27:36
评测机
分数
20
总耗时
252ms
峰值内存
28.008 MiB