记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:18:22: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
         squareRoot = sqrt(candidate);
                      ^~~~
/in/foo.c:18:22: warning: incompatible implicit declaration of built-in function 'sqrt'
/in/foo.c:18:22: note: include '<math.h>' or provide a declaration of 'sqrt'
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 196.0 KiB

信息

递交者
类型
自测
题目
A3-2 素数专题:素数判断
语言
C
递交时间
2019-10-07 20:05:17
评测时间
2019-10-07 20:05:17
评测机
分数
0
总耗时
1ms
峰值内存
196.0 KiB