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);
   ^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 2、最长合法括号序列
 - 题目数据
 - 下载
 - 语言
 - C++
 - 递交时间
 - 2018-10-26 09:29:01
 - 评测时间
 - 2018-10-26 09:29:08
 - 评测机
 
- 分数
 - 60
 - 总耗时
 - 46ms
 - 峰值内存
 - 5.055 MiB