记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:38:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(du[i]%2==1)
    ^~
/in/foo.cc:41:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
       k=0;
       ^
/in/foo.cc:44:7: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
       for(i=1;i<=k;i++)
       ^~~
/in/foo.cc:46:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         cout<<endl;
         ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 2ms 1.395 MiB
#2 Wrong Answer 2ms 1.746 MiB
#3 Wrong Answer 1ms 1.219 MiB
#4 Runtime Error 1ms 1.215 MiB
#5 Runtime Error 1ms 1.219 MiB
#6 Runtime Error 1ms 1.215 MiB
#7 Wrong Answer 1ms 1.219 MiB
#8 Wrong Answer 1ms 1.215 MiB
#9 Wrong Answer 1ms 1.219 MiB
#10 Wrong Answer 1ms 1.215 MiB

信息

递交者
类型
递交
题目
P1029 铲雪车(snow)
语言
C++
递交时间
2019-09-14 22:38:03
评测时间
2019-09-14 22:38:03
评测机
分数
0
总耗时
17ms
峰值内存
1.746 MiB