记录详情

Time Exceeded

/in/foo.c: In function 'main':
/in/foo.c:11:10: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
   answer=sqrt(min*max);
          ^~~~
/in/foo.c:11:10: warning: incompatible implicit declaration of built-in function 'sqrt'
/in/foo.c:11:10: note: include '<math.h>' or provide a declaration of 'sqrt'
/in/foo.c:9:10: warning: 'answer' is used uninitialized in this function [-Wuninitialized]
  while (((int)answer+1)!=x)
          ^~~~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 188.0 KiB
#2 Wrong Answer 1ms 208.0 KiB
#3 Wrong Answer 1ms 184.0 KiB
#4 Wrong Answer 1ms 188.0 KiB
#5 Time Exceeded ≥1001ms ≥200.0 KiB

信息

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