/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:18:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(LL i=1;i<n2;i++)printf("%lld ",a[i]);printf("%lld",a[n2]);
     ^~~
/in/foo.cc:18:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(LL i=1;i<n2;i++)printf("%lld ",a[i]);printf("%lld",a[n2]);
                                              ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 8ms 3.352 MiB
#2 Accepted 9ms 3.352 MiB
#3 Accepted 8ms 3.352 MiB
#4 Accepted 67ms 3.352 MiB
#5 Accepted 83ms 3.352 MiB
#6 Accepted 71ms 3.348 MiB
#7 Accepted 86ms 3.352 MiB
#8 Accepted 63ms 3.352 MiB
#9 Accepted 69ms 3.355 MiB

信息

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