QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#462845#3098. Ancient Machineegypt_ioi2024b_05Compile Error//C++202.4kb2024-07-04 07:33:492024-07-04 07:33:49

详细

Bruno.code:24:6: error: redefinition of ‘void Bruno(int, int, std::vector<int>)’
   24 | void Bruno(int n,int l,vector <int> a){
      |      ^~~~~
In file included from Bruno.code:20:
Bruno.cpp:12:6: note: ‘void Bruno(int, int, std::vector<int>)’ previously defined here
   12 | void Bruno(int N, int L, std::vector<int> A) {
      |      ^~~~~