QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#471738#3098. Ancient Machineegypt_ioi2024_12Compile Error//C++203.1kb2024-07-11 06:09:362024-07-11 06:09:36

詳細信息

Bruno.code: In function ‘void Bruno(int, int, std::vector<int>)’:
Bruno.code:88:9: error: redeclaration of ‘int j’
   88 |     int j=pos;
      |         ^
Bruno.code:64:9: note: ‘int j’ previously declared here
   64 |     int j=0;
      |         ^