QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#220046 | #3899. BSUIR Open X | GuanYunChang | Compile Error | / | / | C++98 | 449b | 2023-10-19 21:11:23 | 2023-10-19 21:11:24 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code:8:1: error: ‘unordered_map’ does not name a type 8 | unordered_map<string,ll>mp; | ^~~~~~~~~~~~~ answer.code: In function ‘int main()’: answer.code:16:17: error: ‘mp’ was not declared in this scope 16 | mp[s]++; | ^~ answer.code:22:22: error: ‘mp’ was not declared in this scope 22 | ans+=mp[a]*mp[b]; | ^~