QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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; | ^~~~~~~~