QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#733861 | #5422. Perfect Palindrome | ZhangYiDe | Compile Error | / | / | C++98 | 1.3kb | 2024-11-10 21:40:04 | 2024-11-10 21:40:04 |
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:45:18: error: expected ‘}’ at end of input 45 | return 0; | ^ answer.code:6:1: note: to match this ‘{’ 6 | { | ^