记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:37:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for (int i=1;i<=top;i++) printf("%c",s[i]);printf("\n");
  ^~~
/in/foo.cc:37:45: 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("%c",s[i]);printf("\n");
                                             ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 6.363 MiB
#2 Accepted 4ms 4.359 MiB
#3 Accepted 37ms 10.688 MiB
#4 Accepted 23ms 6.625 MiB
#5 Accepted 37ms 7.281 MiB
#6 Accepted 29ms 8.5 MiB
#7 Accepted 41ms 8.625 MiB
#8 Accepted 27ms 8.75 MiB
#9 Accepted 38ms 8.762 MiB
#10 Accepted 36ms 10.758 MiB
#11 Accepted 35ms 10.586 MiB
#12 Accepted 39ms 7.355 MiB
#13 Accepted 30ms 7.375 MiB
#14 Accepted 24ms 5.48 MiB
#15 Accepted 47ms 10.852 MiB

信息

递交者
类型
递交
题目
Censoring
题目数据
下载
语言
C++
递交时间
2018-08-02 22:14:01
评测时间
2018-08-02 22:15:27
评测机
分数
150
总耗时
462ms
峰值内存
10.852 MiB