QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#154802#141. 8 染色alch07Compile Error//C++14758b2023-08-31 23:26:042023-08-31 23:26:06

详细

Alice.code:3:1: error: ‘vector’ does not name a type
    3 | vector <int> edgs [210000];
      | ^~~~~~
Alice.code:5:1: error: ‘vector’ does not name a type
    5 | vector <int> Alice(int N, int M, vector <int> U, vector <int> V, vector <int> C){
      | ^~~~~~