记录详情

Accepted

foo.c: In function 'main':
foo.c:10:25: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
   10 |                 int n = sqrt(x);
      |                         ^~~~
foo.c:2:1: note: include '<math.h>' or provide a declaration of 'sqrt'
    1 | #include<stdio.h>
  +++ |+#include <math.h>
    2 | int main()
foo.c:10:25: warning: incompatible implicit declaration of built-in function 'sqrt' [-Wbuiltin-declaration-mismatch]
   10 |                 int n = sqrt(x);
      |                         ^~~~
foo.c:10:25: note: include '<math.h>' or provide a declaration of 'sqrt'
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB

信息

递交者
类型
自测
题目
A5-1 超级素数判断
语言
C
递交时间
2023-10-01 08:44:20
评测时间
2023-10-01 08:44:20
评测机
分数
10
总耗时
1ms
峰值内存
284.0 KiB