Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:19:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=0;i<=m;i++)f[0][i]=0;for(int i=0;i<=n;i++)f[i][0]=0;
     ^~~
/in/foo.cc:19:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i=0;i<=m;i++)f[0][i]=0;for(int i=0;i<=n;i++)f[i][0]=0;
                                    ^~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1243 生产产品
 - 语言
 - C++
 - 递交时间
 - 2018-06-10 21:22:39
 - 评测时间
 - 2018-06-10 21:22:39
 - 评测机
 
- 分数
 - 50
 - 总耗时
 - ≥3906ms
 - 峰值内存
 - ≥11.75 MiB