记录详情

Accepted

/in/foo.cc: In function 'int work(int, int)':
/in/foo.cc:34:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (i=1;i<=cnt;i++) com[i]=i; sort(com,com+cnt+1,cmp);
  ^~~
/in/foo.cc:34:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (i=1;i<=cnt;i++) com[i]=i; sort(com,com+cnt+1,cmp);
                                 ^~~~
# 状态 耗时 内存占用
#1 Accepted 7ms 6.375 MiB
#2 Accepted 6ms 8.465 MiB
#3 Accepted 9ms 8.25 MiB
#4 Accepted 9ms 6.266 MiB
#5 Accepted 10ms 8.297 MiB
#6 Accepted 156ms 9.27 MiB
#7 Accepted 190ms 8.18 MiB
#8 Accepted 200ms 9.227 MiB
#9 Accepted 191ms 9.141 MiB
#10 Accepted 192ms 11.336 MiB

信息

递交者
类型
递交
题目
树上路径
语言
C++
递交时间
2017-04-19 13:24:52
评测时间
2017-04-19 13:24:52
评测机
分数
100
总耗时
975ms
峰值内存
11.336 MiB