QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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() { | ^