QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#63693#4229. GCD HarmonyDianasDog#Compile Error//C++141.9kb2022-11-23 09:49:222022-11-23 09:49:28

詳細信息

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:110:17: error: ‘v’ was not declared in this scope
  110 |                 v[x].push_back(y);
      |                 ^