记录详情

Time Exceeded

/in/foo.c: In function 'sum':
/in/foo.c:23:6: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
  int temp;
      ^~~~
/in/foo.c: In function 'main':
/in/foo.c:38:53: warning: variable 'temp' set but not used [-Wunused-but-set-variable]
   int data[MAXN], head, tail, n, i, total1, total2, temp;
                                                     ^~~~
/in/foo.c:38:37: warning: variable 'total1' set but not used [-Wunused-but-set-variable]
   int data[MAXN], head, tail, n, i, total1, total2, temp;
                                     ^~~~~~
/in/foo.c: In function 'sum':
/in/foo.c:34:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 188.0 KiB
#2 Time Exceeded ≥1000ms ≥184.0 KiB
#3 Time Exceeded ≥1002ms ≥212.0 KiB
#4 Time Exceeded ≥1004ms ≥188.0 KiB
#5 Time Exceeded ≥1005ms ≥188.0 KiB
#6 Time Exceeded ≥1005ms ≥204.0 KiB
#7 Time Exceeded ≥1002ms ≥188.0 KiB
#8 Time Exceeded ≥1002ms ≥184.0 KiB
#9 Time Exceeded ≥1003ms ≥200.0 KiB
#10 Time Exceeded ≥1005ms ≥188.0 KiB

信息

递交者
类型
递交
题目
2 取最大数的博弈游戏
比赛
小兰赛 2018/12/2
语言
C
递交时间
2018-12-02 11:34:57
评测时间
2018-12-02 11:34:57
评测机
分数
0
总耗时
≥9032ms
峰值内存
≥212.0 KiB