QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#42694 | #3788. Funny Car Racing | ZhaoZiLong | Compile Error | / | / | C++14 | 943b | 2022-08-03 15:11:59 | 2022-08-03 15:12:01 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:11:16: error: ‘scanf_s’ was not declared in this scope; did you mean ‘scanf’? 11 | while (scanf_s("%d%d%d%d", &n, &m, &s, &tn) != EOF) { | ^~~~~~~ | scanf