记录详情

Wrong Answer

foo.c: In function 'main':
foo.c:11:25: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
   11 |                 int n = sqrt(y);
      |                         ^~~~
foo.c:2:1: note: include '<math.h>' or provide a declaration of 'sqrt'
    1 | #include <stdio.h>
  +++ |+#include <math.h>
    2 | 
foo.c:11:25: warning: incompatible implicit declaration of built-in function 'sqrt' [-Wbuiltin-declaration-mismatch]
   11 |                 int n = sqrt(y);
      |                         ^~~~
foo.c:11:25: note: include '<math.h>' or provide a declaration of 'sqrt'
foo.c:12:17: warning: statement with no effect [-Wunused-value]
   12 |                 for (a;a <= n;a++)
      |                 ^~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 2ms 284.0 KiB
#3 Wrong Answer 0a1 > No 1ms 284.0 KiB
#4 Wrong Answer 0a1 > No 2ms 284.0 KiB
#5 Wrong Answer Read Yes, expect No. 1ms 284.0 KiB

信息

递交者
类型
递交
题目
A5-1 超级素数判断
比赛
2023 程序设计与竞赛(作业3:中秋和国庆)
语言
C
递交时间
2023-10-01 09:28:43
评测时间
2023-10-01 09:28:43
评测机
分数
40
总耗时
9ms
峰值内存
284.0 KiB