Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for (int i=1;i<1005;i++) f[i]=-1E8; f[0]=0;
     ^~~
/in/foo.cc:10:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for (int i=1;i<1005;i++) f[i]=-1E8; f[0]=0;
                                         ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1815 道路游戏
 - 语言
 - C++
 - 递交时间
 - 2018-01-24 21:24:38
 - 评测时间
 - 2018-01-24 21:24:38
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 1287ms
 - 峰值内存
 - 3.59 MiB