记录详情

Accepted

/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 2ms 200.0 KiB

信息

递交者
类型
自测
语言
C++
递交时间
2018-12-12 14:04:50
评测时间
2018-12-12 14:05:12
评测机
分数
10
总耗时
2ms
峰值内存
200.0 KiB