记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:30:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i = 0;i < n;i++)
  ^~~
/in/foo.cc:46:3: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   cout<<arr[k].num<<" "<<arr[k].grade<<endl;
   ^~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 192.0 KiB
#2 Wrong Answer 2ms 192.0 KiB
#3 Wrong Answer 4ms 320.0 KiB
#4 Wrong Answer 80ms 320.0 KiB
#5 Wrong Answer 278ms 448.0 KiB

信息

递交者
类型
递交
题目
2-1 比赛榜单
比赛
南师大2018年蓝桥杯热身赛
语言
C++
递交时间
2018-12-12 14:04:51
评测时间
2018-12-12 14:05:12
评测机
分数
20
总耗时
367ms
峰值内存
448.0 KiB