QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#331113 | #7118. Closing Time | ZhaoZiLong | Compile Error | / | / | C++17 | 2.0kb | 2024-02-18 00:39:59 | 2024-04-28 08:41:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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 | ^