运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
480268 | ziyue | 1046 - 守护长方形 | 编译错误 | 0 | 0 MS | 0 KB | C | 396 | 1年前 |
Main.c: In function ‘main’:
Main.c:7:2: warning: implicit declaration of function ‘scanf_s’; did you mean ‘scanf’? [-Wimplicit-function-declaration]
7 | scanf_s("%lld %lld", &n, &m);
| ^~~~~~~
| scanf
/usr/bin/ld: /tmp/ccuP51uD.o: in function `main':
Main.c:(.text.startup+0x16): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status