运行 ID | 作者 | 题号 | 测评结果 | 分数 | 时间 | 内存 | 语言 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
450915 | 李佳炀是狗 | 1015 - 分数转换 | 编译错误 | 0 | 0 MS | 0 KB | C | 402 | 1年前 |
Main.c: In function ‘main’:
Main.c:5:2: warning: implicit declaration of function ‘scanf_s’; did you mean ‘scanf’? [-Wimplicit-function-declaration]
5 | scanf_s("%d", &score);
| ^~~~~~~
| scanf
/usr/bin/ld: /tmp/cc13KK2u.o: in function `main':
Main.c:(.text.startup+0x13): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status