/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void Check()':
/in/foo.cc:22:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1; i<=9; ++i) printf("%d ",a[i]);cout<<endl;
  ^~~
/in/foo.cc:22:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (int i=1; i<=9; ++i) printf("%d ",a[i]);cout<<endl;
                                              ^~~~
# 状态 耗时 内存占用
#1 Accepted 1163ms 17.227 MiB
#2 Accepted 1160ms 17.238 MiB
#3 Accepted 1138ms 17.234 MiB
#4 Accepted 1132ms 17.238 MiB
#5 Accepted 1149ms 17.238 MiB
#6 Accepted 1150ms 17.23 MiB
#7 Accepted 1161ms 17.23 MiB
#8 Accepted 1161ms 17.242 MiB
#9 Accepted 1166ms 17.23 MiB
#10 Accepted 1164ms 17.227 MiB

信息

递交者
类型
递交
题目
P1029 晴天小猪历险记之Number
语言
C++
递交时间
2024-12-09 17:04:25
评测时间
2024-12-09 17:04:25
评测机
分数
100
总耗时
11548ms
峰值内存
17.242 MiB