记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:20:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<=len;i++)
  ^~~
/in/foo.cc:23:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   if (ans!=0) printf("%d %d\n",ans,cnt);
   ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 2.18 MiB
#2 Wrong Answer 2ms 2.203 MiB
#3 Accepted 9ms 5.055 MiB
#4 Accepted 2ms 2.188 MiB
#5 Wrong Answer 1ms 200.0 KiB
#6 Accepted 2ms 2.191 MiB
#7 Wrong Answer 3ms 1.18 MiB
#8 Accepted 11ms 4.961 MiB
#9 Accepted 8ms 5.055 MiB
#10 Wrong Answer 3ms 4.562 MiB

信息

递交者
类型
递交
题目
2、最长合法括号序列
题目数据
下载
语言
C++
递交时间
2018-10-26 09:29:01
评测时间
2018-10-26 09:29:08
评测机
分数
60
总耗时
46ms
峰值内存
5.055 MiB