QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#305049 | #5157. High-quality Tree | waifuSenpai# | Compile Error | / | / | C++20 | 1.3kb | 2024-01-14 15:35:05 | 2024-01-14 15:35:05 |
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:56:17: error: break statement not within loop or switch 56 | break; | ^~~~~