/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:43:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (int i = 2;i <= 9;i++) scanf("%d", &t), (goal[n] *= 10) += t;n++;
   ^~~
/in/foo.cc:43:68: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (int i = 2;i <= 9;i++) scanf("%d", &t), (goal[n] *= 10) += t;n++;
                                                                    ^
# 状态 耗时 内存占用
#1 Accepted 717ms 124.844 MiB
#2 Accepted 714ms 124.871 MiB
#3 Accepted 782ms 124.875 MiB
#4 Accepted 766ms 124.879 MiB
#5 Accepted 1012ms 124.871 MiB
#6 Accepted 1023ms 124.871 MiB
#7 Accepted 1009ms 124.883 MiB
#8 Accepted 995ms 124.875 MiB
#9 Accepted 736ms 124.867 MiB
#10 Accepted 714ms 124.871 MiB

信息

递交者
类型
递交
题目
P1029 晴天小猪历险记之Number
语言
C++
递交时间
2021-12-24 21:19:36
评测时间
2021-12-24 21:19:36
评测机
分数
100
总耗时
8472ms
峰值内存
124.883 MiB