记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:13:39: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
   13 |                         double x1=(-b+sqrt(delta))/(2*a);
      |                                       ^~~~
/in/foo.c:2:1: note: include '<math.h>' or provide a declaration of 'sqrt'
    1 | #include <stdio.h>
  +++ |+#include <math.h>
    2 | 
/in/foo.c:13:39: warning: incompatible implicit declaration of built-in function 'sqrt' [-Wbuiltin-declaration-mismatch]
   13 |                         double x1=(-b+sqrt(delta))/(2*a);
      |                                       ^~~~
/in/foo.c:13:39: note: include '<math.h>' or provide a declaration of 'sqrt'
/in/foo.c:22:16: error: 'o' undeclared (first use in this function)
   22 |         return o;
      |                ^
/in/foo.c:22:16: note: each undeclared identifier is reported only once for each function it appears in

信息

递交者
类型
自测
语言
C
递交时间
2025-11-06 15:33:36
评测时间
2025-11-06 15:33:36
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes