记录详情

Accepted

/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 Accepted 2ms 1.195 MiB
#2 Accepted 1ms 1.199 MiB
#3 Accepted 1ms 1.203 MiB
#4 Accepted 1ms 1.195 MiB
#5 Accepted 1ms 1.203 MiB

信息

递交者
类型
递交
题目
P1028 【例题】一笔画问题
语言
C++
递交时间
2019-09-14 22:23:53
评测时间
2019-09-14 22:23:53
评测机
分数
50
总耗时
8ms
峰值内存
1.203 MiB