记录详情

Accepted

/in/foo.c: In function 'isPrime':
/in/foo.c:5:16: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
  for(int i=2;i<sqrt(x);i++)
                ^~~~
/in/foo.c:5:16: warning: incompatible implicit declaration of built-in function 'sqrt'
/in/foo.c:5:16: note: include '<math.h>' or provide a declaration of 'sqrt'
# 状态 耗时 内存占用
#1 Accepted 1ms 236.0 KiB

信息

递交者
类型
递交
题目
P1322 Hello 2022
比赛
2022迎新春赛
语言
C
递交时间
2022-01-31 10:38:11
评测时间
2022-01-31 10:38:11
评测机
分数
100
总耗时
1ms
峰值内存
236.0 KiB