QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#145870#3899. BSUIR Open XGuanYunchangCompile Error//C++98355b2023-08-22 14:46:102023-08-22 14:46:13

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];
      |                      ^~