/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'bool pd2()':
/in/foo.cc:70:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=m;i++)
     ^~~
/in/foo.cc:72:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
      return true;
      ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:125:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i=1;i<n;i++)
   ^~~
/in/foo.cc:127:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i=1;i<=m;i++){
  ^~~
# 状态 耗时 内存占用
#1 Accepted 17ms 14.375 MiB
#2 Accepted 23ms 12.34 MiB
#3 Accepted 25ms 14.359 MiB
#4 Accepted 37ms 14.25 MiB
#5 Accepted 16ms 12.25 MiB
#6 Wrong Answer 122ms 18.637 MiB
#7 Wrong Answer 147ms 18.488 MiB
#8 Wrong Answer 158ms 18.875 MiB
#9 Wrong Answer 105ms 18.312 MiB
#10 Wrong Answer 115ms 18.328 MiB
#11 Wrong Answer 107ms 18.309 MiB
#12 Wrong Answer 104ms 16.836 MiB
#13 Wrong Answer 102ms 16.777 MiB
#14 Wrong Answer 109ms 18.688 MiB
#15 Wrong Answer 111ms 18.312 MiB
#16 Wrong Answer 108ms 16.625 MiB
#17 Wrong Answer 104ms 16.312 MiB
#18 Wrong Answer 81ms 16.828 MiB
#19 Wrong Answer 116ms 16.25 MiB
#20 Wrong Answer 249ms 19.602 MiB

信息

递交者
类型
递交
题目
P2004 天天爱跑步
语言
C++
递交时间
2017-11-06 15:58:17
评测时间
2017-11-06 15:58:17
评测机
分数
25
总耗时
1968ms
峰值内存
19.602 MiB