Runtime Error
/in/foo.cc: In function 'int main()':
/in/foo.cc:40:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  /**/for(int i=1;i<=j;i++)
      ^~~
/in/foo.cc:42:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   return 0;
   ^~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 排序统计
 - 语言
 - C++
 - 递交时间
 - 2018-01-15 11:41:25
 - 评测时间
 - 2018-01-15 11:41:25
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 57ms
 - 峰值内存
 - 14.25 MiB