QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#586267 | #4584. Not One | LuSter_M | Compile Error | / | / | C++17 | 2.4kb | 2024-09-24 10:06:17 | 2024-09-24 10:06:18 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In lambda function: answer.code:92:16: error: ‘class std::map<int, int>’ has no member named ‘contains’ 92 | if(cnt.contains(k)) cnt[k] += c; | ^~~~~~~~