QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#96780 | #6128. Flippy Sequence | GuanYunchang | Compile Error | / | / | C++17 | 1.0kb | 2023-04-15 16:16:46 | 2023-04-15 16:16:47 |
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:17:17: error: ‘scanf_s’ was not declared in this scope; did you mean ‘scanf’? 17 | scanf_s("%lld", &n); | ^~~~~~~ | scanf