/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void solve(int, int)':
/in/foo.cc:32:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=l;i<=r;i++)
  ^~~
/in/foo.cc:35:3: 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 4.305 MiB
#2 Accepted 3ms 4.25 MiB
#3 Accepted 3ms 2.25 MiB
#4 Accepted 3ms 4.25 MiB
#5 Accepted 4ms 2.25 MiB
#6 Accepted 6ms 2.375 MiB
#7 Accepted 73ms 9.207 MiB
#8 Accepted 86ms 9.68 MiB
#9 Accepted 163ms 12.109 MiB
#10 Accepted 146ms 11.988 MiB

信息

递交者
类型
递交
题目
P1508 货币兑换
语言
C++
递交时间
2017-08-25 16:52:34
评测时间
2017-08-25 16:52:34
评测机
分数
100
总耗时
496ms
峰值内存
12.109 MiB