/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void work()':
/in/foo.cc:60:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (i = 0; i <= j; ++i) cout << ' ' << o[i]; cout.put(10);
  ^~~
/in/foo.cc:60:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for (i = 0; i <= j; ++i) cout << ' ' << o[i]; cout.put(10);
                                                ^~~~
# 状态 耗时 内存占用
#1 Accepted 164ms 3.227 MiB
#2 Accepted 177ms 3.242 MiB
#3 Accepted 166ms 3.254 MiB
#4 Accepted 176ms 3.25 MiB
#5 Accepted 172ms 3.254 MiB
#6 Accepted 177ms 3.281 MiB
#7 Accepted 179ms 3.23 MiB
#8 Accepted 184ms 3.312 MiB
#9 Accepted 189ms 3.332 MiB
#10 Accepted 198ms 3.367 MiB

信息

递交者
类型
递交
题目
P2054 热闹的聚会与尴尬的聚会
比赛
山东省选2019同步赛——第二场
语言
C++
递交时间
2019-05-07 12:52:04
评测时间
2019-05-07 12:52:04
评测机
分数
100
总耗时
1787ms
峰值内存
3.367 MiB