QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#145870 | #3899. BSUIR Open X | GuanYunchang | Compile Error | / | / | C++98 | 355b | 2023-08-22 14:46:10 | 2023-08-22 14:46:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:4:1: error: ‘unordered_map’ does not name a type 4 | unordered_map<string,ll>mp; | ^~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:13:17: error: ‘mp’ was not declared in this scope 13 | mp[s]++; | ^~ answer.code:19:22: error: ‘mp’ was not declared in this scope 19 | ans+=mp[a]*mp[b]; | ^~