QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#96771 | #6128. Flippy Sequence | MaMengQi | Compile Error | / | / | C++98 | 1014b | 2023-04-15 16:14:34 | 2023-04-15 16:14:35 |
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:53:25: error: ‘puts’ was not declared in this scope 53 | puts("0"); | ^~~~ answer.code:64:25: error: ‘puts’ was not declared in this scope 64 | puts("6"); | ^~~~