QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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;
}
Details
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 | | ^