记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:11:11: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
   11 |         t=abs(z1-z2);
      |           ^~~
/in/foo.c:3:1: note: include '<stdlib.h>' or provide a declaration of 'abs'
    2 | #include <math.h>
  +++ |+#include <stdlib.h>
    3 | int main()
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 1ms 392.0 KiB
#3 Accepted 1ms 284.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1001 OO1-2 时间类Time
语言
C
递交时间
2026-01-29 22:59:50
评测时间
2026-01-29 22:59:50
评测机
分数
100
总耗时
6ms
峰值内存
392.0 KiB