记录详情

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);
         ^~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 0ms 208.0 KiB
#2 Wrong Answer 1ms 184.0 KiB
#3 Wrong Answer 1ms 192.0 KiB
#4 Time Exceeded ≥1002ms ≥204.0 KiB
#5 Time Exceeded ≥1005ms ≥324.0 KiB

信息

递交者
类型
递交
题目
5 城市中的最短路径
比赛
小兰赛 2018/12/2
语言
C
递交时间
2018-12-02 11:49:03
评测时间
2018-12-02 11:49:03
评测机
分数
0
总耗时
≥2012ms
峰值内存
≥324.0 KiB