记录详情

Accepted

/in/foo.cc: In member function 'void state::Print()':
/in/foo.cc:27:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i=0;i<n;i++)cout<<a[i]<<" ";cout<<"\n";
   ^~~
/in/foo.cc:27:39: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
   for(int i=0;i<n;i++)cout<<a[i]<<" ";cout<<"\n";
                                       ^~~~
# 状态 耗时 内存占用
#1 Accepted 40ms 76.809 MiB

信息

递交者
类型
自测
题目
简单搜索题
语言
C++
递交时间
2017-10-03 16:10:05
评测时间
2017-10-03 16:10:05
评测机
分数
10
总耗时
40ms
峰值内存
76.809 MiB