QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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) | ^~~~~~~~~~