Time Exceeded
/in/foo.c: In function 'main': /in/foo.c:59:5: warning: this 'else' clause does not guard... [-Wmisleading-indentation] else ^~~~ /in/foo.c:63:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'else' printf("%d",min); ^~~~~~ /in/foo.c:63:9: warning: 'min' may be used uninitialized in this function [-Wmaybe-uninitialized] printf("%d",min); ^~~~~~~~~~~~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- 5 城市中的最短路径
- 比赛
- 小兰赛 2018/12/2
- 语言
- C
- 递交时间
- 2018-12-02 11:49:03
- 评测时间
- 2018-12-02 11:49:03
- 评测机
- 分数
- 0
- 总耗时
- ≥2012ms
- 峰值内存
- ≥324.0 KiB