Memory Exceeded
/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"; ^~~~
信息
- 递交者
- 类型
- 自测
- 题目
- 简单搜索题
- 语言
- C++
- 递交时间
- 2017-10-03 16:09:40
- 评测时间
- 2017-10-03 16:09:40
- 评测机
- 分数
- 0
- 总耗时
- ≥83ms
- 峰值内存
- ≥256.0 MiB