记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:9:18: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
  else if(x<25){y=sqrt(5*x+10);}
                  ^~~~
/in/foo.c:9:18: warning: incompatible implicit declaration of built-in function 'sqrt'
/in/foo.c:9:18: note: include '<math.h>' or provide a declaration of 'sqrt'
# 状态 耗时 内存占用
#1 Accepted 1ms 188.0 KiB

信息

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