QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#289995 | #7860. Graph of Maximum Degree 3 | ucup-team1400 | Compile Error | / | / | C++20 | 3.4kb | 2023-12-24 07:10:27 | 2023-12-24 07:10:27 |
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:155:2: error: expected ‘}’ at end of input 155 | } | ^ answer.code:14:12: note: to match this ‘{’ 14 | int main() { | ^