QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#63698 | #4229. GCD Harmony | DianasDog# | Compile Error | / | / | C++14 | 2.0kb | 2022-11-23 09:56:21 | 2022-11-23 09:56:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:41:1: error: ‘vector’ does not name a type 41 | vector<int>v[5005]; | ^~~~~~ answer.code: In function ‘void dfs2(int, int)’: answer.code:52:23: error: ‘v’ was not declared in this scope 52 | for(int i=0;i<v[x].size();i++) | ^ answer.code: In function ‘int main()’: answer.code:112:17: error: ‘v’ was not declared in this scope 112 | v[x].push_back(y); | ^