QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#574204 | #9320. Find the Easiest Problem | ZhangYiDe | Compile Error | / | / | C++23 | 546b | 2024-09-18 21:05:14 | 2024-09-18 21:05:15 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:32:20: error: request for member ‘clear’ in ‘mp’, which is of non-class type ‘std::map<std::__cxx11::basic_string<char>, int> [26]’ 32 | mp.clear(); | ^~~~~