记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:11:11: warning: implicit declaration of function 'fabs' [-Wimplicit-function-declaration]
   min=min+fabs(a[j]-x);
           ^~~~
/in/foo.c:11:11: warning: incompatible implicit declaration of built-in function 'fabs'
/in/foo.c:11:11: note: include '<math.h>' or provide a declaration of 'fabs'
/in/foo.c:17:8: warning: incompatible implicit declaration of built-in function 'fabs'
    t=t+fabs(a[j]-x);
        ^~~~
/in/foo.c:17:8: note: include '<math.h>' or provide a declaration of 'fabs'
# 状态 耗时 内存占用
#1 Accepted 0ms 192.0 KiB
#2 Accepted 0ms 196.0 KiB
#3 Accepted 4ms 192.0 KiB
#4 Accepted 16ms 196.0 KiB
#5 Accepted 93ms 192.0 KiB

信息

递交者
类型
递交
题目
4-1 旅游住处
比赛
课程赛事 2018/12/16
语言
C
递交时间
2018-12-16 17:17:04
评测时间
2018-12-16 17:17:04
评测机
分数
100
总耗时
116ms
峰值内存
196.0 KiB