QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#758642 | #9587. 结课风云 | HuangHanSheng | Compile Error | / | / | C99 | 464b | 2024-11-17 19:12:56 | 2024-11-17 19:12:57 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘main’: answer.code:6:2: warning: implicit declaration of function ‘scanf_s’; did you mean ‘scanf’? [-Wimplicit-function-declaration] 6 | scanf_s("%d%d%d%d", &n,&a,&b,&c); | ^~~~~~~ | scanf /usr/bin/ld: /tmp/ccu69rMG.o: in function `main': answer.code:(.text.startup+0x51): undefined reference to `scanf_s' /usr/bin/ld: answer.code:(.text.startup+0x8d): undefined reference to `scanf_s' /usr/bin/ld: answer.code:(.text.startup+0xb3): undefined reference to `scanf_s' collect2: error: ld returned 1 exit status