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 猜数游戏的最少次数
- 比赛
- 小兰赛 2018/12/2
- 语言
- C
- 递交时间
- 2018-12-02 10:31:08
- 评测时间
- 2018-12-02 10:31:08
- 评测机
- 分数
- 0
- 总耗时
- ≥1006ms
- 峰值内存
- ≥208.0 KiB