QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#431446 | #8726. Magic Show | carrotqq | Compile Error | / | / | C++14 | 547b | 2024-06-05 16:01:04 | 2024-06-05 16:01:04 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Bob.code:6:5: error: ambiguating new declaration of ‘long long unsigned int Bob(std::vector<std::pair<int, int> >)’ 6 | ull Bob(vector<pi> g){ | ^~~ In file included from Bob.code:1: Bob.h:3:11: note: old declaration ‘long long int Bob(std::vector<std::pair<int, int> >)’ 3 | long long Bob(std::vector<std::pair<int,int>> V); | ^~~