/ CWOI /

记录详情

Wrong Answer

/in/foo.cc: In function 'int fill(int)':
/in/foo.cc:36:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++)
  ^~~
/in/foo.cc:42:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    return temp;
    ^~~~~~
/in/foo.cc: In function 'void work()':
/in/foo.cc:63:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(Id=0;;Id++)
   ^~~
/in/foo.cc:65:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    cout<<Id<<endl; 
    ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 3ms 312.0 KiB
#3 Wrong Answer 2ms 340.0 KiB
#4 Accepted 4ms 196.0 KiB
#5 Wrong Answer 4ms 336.0 KiB
#6 Wrong Answer 12ms 256.0 KiB
#7 Wrong Answer 7ms 336.0 KiB
#8 Wrong Answer 26ms 256.0 KiB
#9 Wrong Answer 136ms 460.0 KiB
#10 Wrong Answer 73ms 372.0 KiB

信息

递交者
类型
递交
题目
2017.07.02 P4 王老师的舞步
语言
C++
递交时间
2017-07-14 07:46:03
评测时间
2017-07-14 07:46:03
评测机
分数
30
总耗时
274ms
峰值内存
460.0 KiB