记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:14:14: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
   for (; j <=sqrt(x); j++)
              ^~~~
/in/foo.c:14:14: warning: incompatible implicit declaration of built-in function 'sqrt'
/in/foo.c:14:14: note: include '<math.h>' or provide a declaration of 'sqrt'
/in/foo.c:39:1: error: expected declaration or statement at end of input
 }
 ^

信息

递交者
类型
递交
题目
5-5 统计素数因子
比赛
2021(四) 作业第一场:秀肌肉
语言
C
递交时间
2021-09-30 14:25:10
评测时间
2021-09-30 14:25:10
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes