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