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