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:15
 - 评测时间
 - 2018-03-24 09:21:15
 - 评测机
 
- 分数
 - 30
 - 总耗时
 - 27ms
 - 峰值内存
 - 508.0 KiB