/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int quik_sort(edge*, int, int)':
/in/foo.cc:102:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:126:24: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long unsigned int*' [-Wformat=]
   scanf("%d",&clsn[i].c);
                        ^
/in/foo.cc:170:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
   printf("%d\n",clsn[i].c);
                          ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 208.0 KiB
#2 Accepted 1ms 204.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 2ms 332.0 KiB
#5 Time Exceeded ≥1001ms ≥332.0 KiB
#6 Accepted 6ms 464.0 KiB
#7 Accepted 24ms 1.203 MiB
#8 Accepted 43ms 1.328 MiB
#9 Wrong Answer 165ms 2.406 MiB
#10 Time Exceeded ≥1004ms ≥2.84 MiB

信息

递交者
类型
递交
题目
P1776 关押罪犯
语言
C++
递交时间
2019-05-17 15:42:25
评测时间
2019-05-17 15:42:25
评测机
分数
60
总耗时
2251ms
峰值内存
2.84 MiB