记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:10:11: warning: implicit declaration of function 'pow' [-Wimplicit-function-declaration]
   y = 2 * pow(x, 2) + 4 * x - 5;
           ^~~
/in/foo.c:10:11: warning: incompatible implicit declaration of built-in function 'pow'
/in/foo.c:10:11: note: include '<math.h>' or provide a declaration of 'pow'
/in/foo.c:12:7: warning: incompatible implicit declaration of built-in function 'pow'
   y = pow((5 * x + 10), 0.5);
       ^~~
/in/foo.c:12:7: note: include '<math.h>' or provide a declaration of 'pow'
# 状态 耗时 内存占用
#1 Accepted 1ms 276.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2024-11-13 13:39:36
评测时间
2024-11-13 13:39:36
评测机
分数
10
总耗时
1ms
峰值内存
276.0 KiB