/ XMU_ACM /

记录详情

Runtime Error

/in/foo.c: In function 'Judge':
/in/foo.c:23:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(P=Graph->G[x].FirstEdge;P!=NULL;P=P->Next)
     ^~~
/in/foo.c:25:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         check[x]=1;
         ^~~~~
# 状态 耗时 内存占用
#1 Time Exceeded ≥1002ms ≥7.0 MiB
#2 Accepted 3ms 256.0 KiB
#3 Runtime Error 14ms 8.125 MiB
#4 Runtime Error 14ms 8.125 MiB
#5 Runtime Error 17ms 8.203 MiB
#6 Runtime Error 25ms 8.25 MiB
#7 Runtime Error 16ms 8.25 MiB
#8 Time Exceeded ≥1006ms ≥7.199 MiB
#9 Time Exceeded ≥1004ms ≥2.324 MiB
#10 Wrong Answer 4ms 760.0 KiB

信息

递交者
类型
递交
题目
2.寻找道路
比赛
暑期第一次比赛
语言
C
递交时间
2018-08-13 11:29:57
评测时间
2018-08-13 11:29:57
评测机
分数
10
总耗时
3111ms
峰值内存
8.25 MiB