记录详情

System Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (i=1;i<=n;i++)
  ^~~
/in/foo.cc:20:11: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
           for(i=1;i<n;i++)
           ^~~
/in/foo.cc:27:4: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
    for (i=1;i<=n-1;i++)
    ^~~
/in/foo.cc:29:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for (j=i+1;j<=n;j++)
     ^~~
KeyError('output/output0.txt',)

信息

递交者
类型
递交
题目
NOIP经典动态规划 最优配对
语言
C++
递交时间
2017-08-11 20:12:58
评测时间
2017-08-11 20:12:58
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes