/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:45:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=top;i++)printf("%d ",ans[i]);puts("");
  ^~~
/in/foo.cc:45:46: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i=1;i<=top;i++)printf("%d ",ans[i]);puts("");
                                              ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 6.211 MiB
#2 Accepted 3ms 6.227 MiB
#3 Accepted 2ms 4.219 MiB
#4 Accepted 4ms 12.219 MiB
#5 Accepted 4ms 10.355 MiB
#6 Accepted 4ms 12.223 MiB
#7 Accepted 9ms 16.344 MiB
#8 Accepted 38ms 15.504 MiB
#9 Accepted 43ms 16.727 MiB
#10 Accepted 43ms 15.715 MiB

信息

递交者
类型
递交
题目
2019.2.11 Problem C - pair
语言
C++
递交时间
2019-02-11 12:47:38
评测时间
2019-02-11 12:47:38
评测机
分数
100
总耗时
158ms
峰值内存
16.727 MiB