Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:17:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(i=1;i<=n;i++) ^~~ /in/foo.cc:20:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(i=1;i<=n;i++) ^~~ /in/foo.cc:9:23: warning: unused variable 'w' [-Wunused-variable] int n,m,i,j,ans=0,w; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1255 月饼盒
- 语言
- C++
- 递交时间
- 2018-02-12 21:49:00
- 评测时间
- 2018-02-12 21:49:00
- 评测机
- 分数
- 40
- 总耗时
- 80ms
- 峰值内存
- 1.344 MiB