Runtime Error
/in/foo.cc: In function 'int main()': /in/foo.cc:20:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int len=2;len<=n;len++) ^~~ /in/foo.cc:28:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' cout<<f[1][n]<<endl; ^~~~ /in/foo.cc:9:8: warning: unused variable 'len' [-Wunused-variable] int n,len; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- 石子合并
- 语言
- C++
- 递交时间
- 2018-03-24 09:21:30
- 评测时间
- 2018-03-24 09:21:30
- 评测机
- 分数
- 30
- 总耗时
- 26ms
- 峰值内存
- 512.0 KiB