QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#42695 | #3788. Funny Car Racing | MaMengQi | Compile Error | / | / | C++20 | 943b | 2022-08-03 15:12:21 | 2022-08-03 15:12:22 |
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