Accepted
/in/foo.cc: In function 'double cal1(int, int)': /in/foo.cc:70:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=16;i>=0;i--) ^~~ /in/foo.cc:76:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' if(t2==0)return inf; ^~ /in/foo.cc: In function 'void solve1()': /in/foo.cc:102:23: warning: 'ans' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("%d\n",ans); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1780 开车旅行
- 语言
- C++
- 递交时间
- 2019-08-01 11:08:34
- 评测时间
- 2019-08-01 11:08:34
- 评测机
- 分数
- 100
- 总耗时
- 943ms
- 峰值内存
- 46.082 MiB