QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#96941 | #6135. Books | MaMengQi | Compile Error | / | / | C++11 | 886b | 2023-04-15 22:36:37 | 2023-04-15 22:36:39 |
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:16:17: error: ‘scanf_s’ was not declared in this scope; did you mean ‘scanf’? 16 | scanf_s("%lld%lld", &n, &m); | ^~~~~~~ | scanf