/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++)a[i]=read();sort(a+1,a+n+1);
  ^~~
/in/foo.cc:24:35: 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]=read();sort(a+1,a+n+1);
                                   ^~~~
# 状态 耗时 内存占用
#1 Accepted 22ms 6.0 MiB
#2 Accepted 9ms 4.75 MiB
#3 Wrong Answer 10ms 5.492 MiB
#4 Accepted 14ms 5.5 MiB
#5 Accepted 15ms 4.5 MiB
#6 Accepted 9ms 5.125 MiB
#7 Accepted 20ms 7.875 MiB
#8 Accepted 12ms 7.867 MiB
#9 Accepted 7ms 4.965 MiB
#10 Wrong Answer 10ms 5.457 MiB

信息

递交者
类型
递交
题目
P1002 过河
语言
C++
递交时间
2018-02-14 15:10:35
评测时间
2018-02-14 15:10:35
评测机
分数
80
总耗时
132ms
峰值内存
7.875 MiB