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