QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#419364 | #1773. Breaking Bars | ucup-team2335 | Compile Error | / | / | C++14 | 1.8kb | 2024-05-23 20:57:01 | 2024-05-23 20:57:05 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:46:23: error: ‘class std::map<std::tuple<std::vector<int, std::allocator<int> >, int, int, int, int, int>, int>’ has no member named ‘contains’ 46 | if(mp.contains({cnt,pos,sum,cuts,curcut,waste}))return mp[{cnt,pos,sum,cuts,curcut,waste}]; | ^~~~~~~~