记录详情

Accepted

/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 200.0 KiB
#2 Accepted 1ms 188.0 KiB
#3 Accepted 10ms 5.055 MiB
#4 Accepted 2ms 2.203 MiB
#5 Accepted 2ms 312.0 KiB
#6 Accepted 2ms 2.191 MiB
#7 Accepted 4ms 4.57 MiB
#8 Accepted 15ms 5.062 MiB
#9 Accepted 9ms 5.051 MiB
#10 Accepted 3ms 1.203 MiB

信息

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