QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#389191 | #4954. Eliminating Ballons | ZhaoZiLong | Compile Error | / | / | C++17 | 765b | 2024-04-14 05:07:55 | 2024-04-14 05:07:56 |
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:32:14: error: expected ‘}’ at end of input 32 | return 0; | ^ answer.code:5:11: note: to match this ‘{’ 5 | int main(){ | ^