/ Vijos /

记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:13:2: warning: implicit declaration of function 'sort' [-Wimplicit-function-declaration]
  sort(a,length);
  ^~~~
/in/foo.c:17:9: warning: implicit declaration of function 'pop' [-Wimplicit-function-declaration]
    tmp+=pop(a,length--);
         ^~~
/in/foo.c:20:3: warning: implicit declaration of function 'push' [-Wimplicit-function-declaration]
   push(a,length++,tmp);
   ^~~~
/in/foo.c: In function 'sort':
/in/foo.c:29:3: warning: implicit declaration of function 'sink' [-Wimplicit-function-declaration]
   sink(arr,i,length-1);
   ^~~~
/in/foo.c: In function 'sink':
/in/foo.c:53:3: warning: implicit declaration of function 'swap' [-Wimplicit-function-declaration]
   swap(arr,k,j);
   ^~~~
/in/foo.c: In function 'push':
/in/foo.c:44:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1004ms ≥208.0 KiB
#2 Accepted 0ms 216.0 KiB
#3 Wrong Answer 7ms 220.0 KiB
#4 Wrong Answer 10ms 212.0 KiB
#5 Wrong Answer 176ms 220.0 KiB
#6 Wrong Answer 283ms 216.0 KiB
#7 Time Exceeded ≥1000ms ≥216.0 KiB
#8 Time Exceeded ≥1001ms ≥208.0 KiB
#9 Time Exceeded ≥1002ms ≥220.0 KiB
#10 Time Exceeded ≥1005ms ≥204.0 KiB

信息

递交者
类型
递交
题目
P1097 合并果子
语言
C
递交时间
2020-11-12 23:17:10
评测时间
2020-11-12 23:17:10
评测机
分数
10
总耗时
≥5493ms
峰值内存
≥220.0 KiB