记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:4:2: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
  scanf("%d",&x);
  ^~~~~
/in/foo.c:4:2: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:4:2: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:17:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
  printf("%d",count);
  ^~~~~~
/in/foo.c:17:2: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:17:2: note: include '<stdio.h>' or provide a declaration of 'printf'
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 192.0 KiB
#2 Wrong Answer 1ms 184.0 KiB
#3 Time Exceeded ≥1004ms ≥208.0 KiB
#4 Time Exceeded ≥1005ms ≥180.0 KiB
#5 Time Exceeded ≥1002ms ≥192.0 KiB

信息

递交者
类型
递交
题目
1 猜数游戏的最少次数
比赛
小兰赛 2018/12/2
语言
C
递交时间
2018-12-02 10:55:18
评测时间
2018-12-02 10:55:18
评测机
分数
0
总耗时
≥3014ms
峰值内存
≥208.0 KiB