记录详情

System 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;
         ^~~~
FileNotFoundError('input/Euler6.in',)
# 状态 耗时 内存占用
#1 Accepted 2ms 1.426 MiB
#2 Accepted 2ms 1.754 MiB
#3 Accepted 1ms 1.219 MiB
#4 Accepted 1ms 1.215 MiB
#5 Accepted 2ms 1.219 MiB

信息

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