QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#348421 | #5503. Euclidean Algorithm | rui_er | Compile Error | / | / | C++20 | 3.2kb | 2024-03-09 18:22:31 | 2024-03-09 18:22:32 |
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:85:2: error: expected ‘}’ at end of input 85 | } | ^ answer.code:62:12: note: to match this ‘{’ 62 | int main() { | ^