记录详情

Compile Error

foo.c: In function 'main':
foo.c:8:9: warning: implicit declaration of function 'scanf_s'; did you mean 'scanf'? [-Wimplicit-function-declaration]
    8 |         scanf_s("%d %d %d %d", &x1, &y1, &x2, &y2);
      |         ^~~~~~~
      |         scanf
foo.c:9:13: warning: implicit declaration of function 'abs' [-Wimplicit-function-declaration]
    9 |         s = abs(x2 - x1) + abs(y2 - y1);
      |             ^~~
foo.c:3:1: note: include '<stdlib.h>' or provide a declaration of 'abs'
    2 | #include <math.h>
  +++ |+#include <stdlib.h>
    3 | int min(int e, int f);
/nix/store/jfkmqz20q8fsaqizcml86adxqyzlwllx-binutils-2.38/bin/ld: /tmp/cc8h82R2.o: in function `main':
foo.c:(.text.startup+0x26): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1389 Problem 1A. 中秋月饼
比赛
悬赏令第一周
语言
C
递交时间
2022-09-27 19:09:00
评测时间
2022-09-27 19:09:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes