Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:13:19: warning: this 'for' clause does not guard... [-Wmisleading-indentation] #define fo(i,a,b) for(R int (i)=(a);(i)<=(b);++(i)) ^ /in/foo.cc:108:5: note: in expansion of macro 'fo' fo(i,1,m)cout<<a[i]<<" ";cout<<endl; ^~ /in/foo.cc:108:30: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' fo(i,1,m)cout<<a[i]<<" ";cout<<endl; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1156 猩猩散步
- 语言
- C++
- 递交时间
- 2017-10-20 20:55:52
- 评测时间
- 2017-10-20 20:55:52
- 评测机
- 分数
- 0
- 总耗时
- 28ms
- 峰值内存
- 580.0 KiB