记录详情

Wrong Answer

/in/foo.c: In function 'main':
/in/foo.c:19:30: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
   19 |         for (int i = 3; i <= sqrt(n); i += 2) {
      |                              ^~~~
/in/foo.c:2:1: note: include '<math.h>' or provide a declaration of 'sqrt'
    1 | #include <stdio.h>
  +++ |+#include <math.h>
    2 | #include <stdio.h>
/in/foo.c:19:30: warning: incompatible implicit declaration of built-in function 'sqrt' [-Wbuiltin-declaration-mismatch]
   19 |         for (int i = 3; i <= sqrt(n); i += 2) {
      |                              ^~~~
/in/foo.c:19:30: note: include '<math.h>' or provide a declaration of 'sqrt'
# 状态 耗时 内存占用
#1 Wrong Answer 1ms 284.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2025-12-01 16:28:45
评测时间
2025-12-01 16:28:45
评测机
分数
0
总耗时
1ms
峰值内存
284.0 KiB