记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:21:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i=1;i<=n;i++)cin>>a[i]; bool flag=false;
   ^~~
/in/foo.cc:21:35: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for(int i=1;i<=n;i++)cin>>a[i]; bool flag=false;
                                   ^~~~
/in/foo.cc:16:6: warning: unused variable 'x' [-Wunused-variable]
  int x;
      ^
# 状态 耗时 内存占用
#1 Accepted 6ms 444.0 KiB
#2 Accepted 22ms 460.0 KiB
#3 Accepted 37ms 440.0 KiB
#4 Accepted 47ms 444.0 KiB
#5 Accepted 144ms 468.0 KiB
#6 Accepted 155ms 444.0 KiB
#7 Accepted 78ms 444.0 KiB
#8 Accepted 119ms 460.0 KiB
#9 Accepted 58ms 444.0 KiB
#10 Accepted 60ms 440.0 KiB

信息

递交者
类型
递交
题目
jumper
题目数据
下载
语言
C++
递交时间
2018-11-06 19:22:23
评测时间
2018-11-06 19:22:23
评测机
分数
100
总耗时
731ms
峰值内存
468.0 KiB