/ CWOI /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:56:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i=1;i<=m;i++)
   ^~~
/in/foo.cc:65:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
       if(minn>=0) cout<<"1";
       ^~
# 状态 耗时 内存占用
#1 Accepted 3ms 376.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 19ms 640.0 KiB
#5 Accepted 18ms 656.0 KiB
#6 Accepted 14ms 640.0 KiB
#7 Accepted 383ms 2.125 MiB
#8 Accepted 410ms 2.125 MiB
#9 Accepted 409ms 2.195 MiB
#10 Accepted 399ms 2.199 MiB

信息

递交者
类型
递交
题目
2017.07.03 P3 淘汰网格
语言
C++
递交时间
2017-07-03 21:04:31
评测时间
2017-07-07 11:14:43
评测机
分数
300
总耗时
1665ms
峰值内存
2.199 MiB