QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#345475 | #7933. Build Permutation | GuanYunchang | Compile Error | / | / | C99 | 1.0kb | 2024-03-06 23:58:37 | 2024-03-06 23:58:37 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘main’: answer.code:7:2: warning: implicit declaration of function ‘scanf_s’; did you mean ‘scanf’? [-Wimplicit-function-declaration] 7 | scanf_s("%d",&n); | ^~~~~~~ | scanf /usr/bin/ld: /tmp/ccgjg0hJ.o: in function `main': answer.code:(.text.startup+0x2b): undefined reference to `scanf_s' /usr/bin/ld: answer.code:(.text.startup+0x89): undefined reference to `scanf_s' collect2: error: ld returned 1 exit status