记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:28:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(k==1) k=0; int cnt=0;
  ^~
/in/foo.cc:28:16: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
  if(k==1) k=0; int cnt=0;
                ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 4ms 384.0 KiB
#2 Accepted 2ms 376.0 KiB
#3 Accepted 3ms 512.0 KiB
#4 Wrong Answer 25ms 2.75 MiB
#5 Accepted 15ms 2.621 MiB
#6 Accepted 25ms 3.625 MiB

信息

递交者
类型
递交
题目
北极通讯网络
题目数据
下载
语言
C++
递交时间
2018-10-10 21:06:25
评测时间
2018-10-10 21:06:25
评测机
分数
40
总耗时
76ms
峰值内存
3.625 MiB