记录详情

Wrong Answer

/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.414 MiB
#2 Wrong Answer 2ms 1.719 MiB
#3 Wrong Answer 1ms 1.219 MiB
#4 Wrong Answer 1ms 1.215 MiB
#5 Wrong Answer 1ms 1.219 MiB
#6 Wrong Answer 1ms 1.215 MiB
#7 Wrong Answer 1ms 1.219 MiB
#8 Wrong Answer 1ms 1.215 MiB

信息

递交者
类型
递交
题目
P1030 骑马修栅栏(fence)
语言
C++
递交时间
2019-09-14 22:40:01
评测时间
2019-09-14 22:40:01
评测机
分数
0
总耗时
14ms
峰值内存
1.719 MiB