记录详情

Compile Error

foo.c: In function 'main':
foo.c:6:20: warning: implicit declaration of function 'scanf_s'; did you mean 'scanf'? [-Wimplicit-function-declaration]
    6 |                    scanf_s("%d %d %d", &a, &b, &c);
      |                    ^~~~~~~
      |                    scanf
/nix/store/dpxy5cr7cm0nch0qvq2qygs9jwnmhiy5-binutils-2.38/bin/ld: /tmp/cc7Hctou.o: in function `main':
foo.c:(.text.startup+0x1b): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
自测
题目
P1382 Problem A. Area
语言
C
递交时间
2022-08-16 23:23:30
评测时间
2022-08-16 23:23:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes