QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#253614#7686. The Phantom Menaceucup-team2485Compile Error//C++202.8kb2023-11-17 10:07:052023-11-17 10:07:06

详细

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)
      |                ^~~~~~~~~~