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