/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void solve(int, int)':
/in/foo.cc:37:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=l;i<=r;i++)
  ^~~
/in/foo.cc:40:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
      for(int i=l;i<=r;i++)p[i]=t[i];
      ^~~
# 状态 耗时 内存占用
#1 Accepted 3ms 2.25 MiB
#2 Accepted 4ms 4.352 MiB
#3 Accepted 3ms 4.348 MiB
#4 Accepted 3ms 2.25 MiB
#5 Accepted 5ms 4.25 MiB
#6 Accepted 6ms 4.25 MiB
#7 Accepted 144ms 9.375 MiB
#8 Accepted 80ms 10.625 MiB
#9 Accepted 165ms 12.074 MiB
#10 Accepted 207ms 11.875 MiB

信息

递交者
类型
递交
题目
P1508 货币兑换
语言
C++
递交时间
2017-06-29 19:35:33
评测时间
2017-06-29 19:35:33
评测机
分数
100
总耗时
625ms
峰值内存
12.074 MiB