记录详情

Accepted

/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++)
     ^~~
# 状态 耗时 内存占用
#1 Accepted 29ms 2.875 MiB
#2 Accepted 3ms 196.0 KiB
#3 Accepted 83ms 8.25 MiB
#4 Accepted 3ms 256.0 KiB
#5 Accepted 3ms 256.0 KiB
#6 Accepted 3ms 204.0 KiB
#7 Accepted 31ms 3.0 MiB
#8 Accepted 3ms 256.0 KiB
#9 Accepted 8ms 768.0 KiB
#10 Accepted 3ms 352.0 KiB

信息

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