QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
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 | ^