QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#154892 | #141. 8 染色 | alch07 | Compile Error | / | / | C++14 | 2.0kb | 2023-09-01 02:32:38 | 2023-09-01 02:32:38 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Alice.code:4:1: error: ‘vector’ does not name a type 4 | vector <int> edgs [210000]; | ^~~~~~ Alice.code:6:1: error: ‘vector’ does not name a type 6 | vector <int> Alice(int N, int M, vector <int> U, vector <int> V, vector <int> C){ | ^~~~~~