QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#603680 | #7860. Graph of Maximum Degree 3 | PHarr | Compile Error | / | / | C++20 | 164b | 2024-10-01 18:18:27 | 2024-10-01 18:18:29 |
Judging History
answer
#include <bits/stdc++.h>
using namespace std;
using i32 = int32_t;
i32 main() {
ios::sync_with_stdio(false), cin.tie(nullptr);
return 0;
}
详细
answer.code:12:1: error: extended character is not valid in an identifier 12 | | ^ answer.code:12:1: error: ‘ ’ does not name a type 12 | | ^