QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#462845 | #3098. Ancient Machine | egypt_ioi2024b_05 | Compile Error | / | / | C++20 | 2.4kb | 2024-07-04 07:33:49 | 2024-07-04 07:33:49 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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) { | ^~~~~