记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:34:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=n;i++) a[i]=readint();sort(a+1,a+n+1);
     ^~~
/in/foo.cc:34:42: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i=1;i<=n;i++) a[i]=readint();sort(a+1,a+n+1);
                                          ^~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 4.344 MiB
#2 Accepted 3ms 2.262 MiB
#3 Accepted 3ms 2.328 MiB
#4 Accepted 3ms 2.32 MiB
#5 Accepted 4ms 4.25 MiB
#6 Accepted 4ms 4.25 MiB
#7 Accepted 48ms 5.871 MiB
#8 Accepted 46ms 5.605 MiB
#9 Accepted 45ms 5.625 MiB
#10 Accepted 37ms 5.676 MiB

信息

递交者
类型
递交
题目
简单题
语言
C++
递交时间
2017-08-21 22:56:27
评测时间
2017-08-21 22:56:27
评测机
分数
100
总耗时
202ms
峰值内存
5.871 MiB