记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++) cout<<a[i]<<" ";cout<<endl;
  ^~~
/in/foo.cc:11:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
  for(int i=1;i<=n;i++) cout<<a[i]<<" ";cout<<endl;
                                        ^~~~
/in/foo.cc:17:3: warning: this 'else' clause does not guard... [-Wmisleading-indentation]
   else maxx=max(maxx,a[i+1]);minx=min(minx,a[i]);
   ^~~~
/in/foo.cc:17:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else'
   else maxx=max(maxx,a[i+1]);minx=min(minx,a[i]);
                              ^~~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 3.07 MiB
#2 Wrong Answer 3ms 2.188 MiB
#3 Wrong Answer 2ms 2.305 MiB
#4 Wrong Answer 2ms 2.203 MiB
#5 Wrong Answer 2ms 2.297 MiB
#6 Wrong Answer 1ms 2.188 MiB
#7 Wrong Answer 2ms 2.195 MiB
#8 Wrong Answer 2ms 2.188 MiB
#9 Wrong Answer 2ms 2.305 MiB
#10 Wrong Answer 2ms 2.203 MiB

信息

递交者
类型
递交
题目
钻石 (diamond.*)
题目数据
下载
语言
C++
递交时间
2018-10-27 09:52:40
评测时间
2018-10-27 09:52:40
评测机
分数
0
总耗时
23ms
峰值内存
3.07 MiB