/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:47:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(long long i=1;i<=sum-1;i++) printf("%d ",a[i]); printf("%d\n",a[sum]);
  ^~~
/in/foo.cc:47:54: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(long long i=1;i<=sum-1;i++) printf("%d ",a[i]); printf("%d\n",a[sum]);
                                                      ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 4ms 1.828 MiB
#2 Accepted 3ms 1.824 MiB
#3 Accepted 4ms 1.719 MiB
#4 Accepted 59ms 1.828 MiB
#5 Accepted 76ms 1.828 MiB
#6 Accepted 62ms 1.824 MiB
#7 Accepted 78ms 1.824 MiB
#8 Accepted 62ms 1.828 MiB
#9 Accepted 68ms 1.828 MiB

信息

递交者
类型
递交
题目
P1554 硬币游戏
语言
C++
递交时间
2020-12-17 11:45:30
评测时间
2020-12-17 11:45:30
评测机
分数
90
总耗时
419ms
峰值内存
1.828 MiB