/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int quik_sort(edge*, int, int)':
/in/foo.cc:100:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:124: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:166:26: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=]
   printf("%d\n",clsn[i].c);
                          ^
/in/foo.cc:105:12: warning: unused variable 'l' [-Wunused-variable]
  int i,j,k,l;
            ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 204.0 KiB
#2 Accepted 1ms 312.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 2ms 268.0 KiB
#5 Time Exceeded ≥1002ms ≥332.0 KiB
#6 Accepted 6ms 464.0 KiB
#7 Accepted 25ms 1.105 MiB
#8 Accepted 47ms 1.352 MiB
#9 Accepted 173ms 2.398 MiB
#10 Time Exceeded ≥1005ms ≥2.867 MiB

信息

递交者
类型
递交
题目
P1776 关押罪犯
语言
C++
递交时间
2019-05-17 15:24:08
评测时间
2019-05-17 15:24:08
评测机
分数
70
总耗时
2268ms
峰值内存
2.867 MiB