QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#253614 | #7686. The Phantom Menace | ucup-team2485 | Compile Error | / | / | C++20 | 2.8kb | 2023-11-17 10:07:05 | 2023-11-17 10:07:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:98:64: error: too many arguments to function ‘std::vector<std::__cxx11::basic_string<char> > Hierholzer(std::string)’ 98 | vector<string> ans = Hierholzer(v[0],mp); | ~~~~~~~~~~^~~~~~~~~ answer.code:28:16: note: declared here 28 | vector<string> Hierholzer(string start) | ^~~~~~~~~~