/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int check(int)':
/in/foo.cc:39:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=x+1;i<=n;i++)
     ^~~
/in/foo.cc:44:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  return min(t,p);
  ^~~~~~

信息

递交者
类型
递交
题目
营业额统计
语言
C++
递交时间
2018-06-15 09:08:42
评测时间
2018-06-15 09:08:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes