QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#331113#7118. Closing TimeZhaoZiLongCompile Error//C++172.0kb2024-02-18 00:39:592024-04-28 08:41:18

Details

answer.code: In function ‘int max_score(int, int, int, int, const std::vector<int>&, const std::vector<int>&, const std::vector<int>&)’:
answer.code:53:34: error: expected primary-expression before ‘{’ token
   53 |     function<void(int)> dfs2 = & { // Use std::function here
      |                                  ^