F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_38761733_15275.cpp: In function 'int main()':
0_0_38761733_15275.cpp:18:11: error: 'unordered_map' was not declared in this scope
   18 |           unordered_map<int,int>mp;
      |           ^~~~~~~~~~~~~
0_0_38761733_15275.cpp:8:1: note: 'std::unordered_map' is defined in header '<unordered_map>'; did you forget to '#include <unordered_map>'?
    7 | #include<algorithm>
  +++ |+#include <unordered_map>
    8 | #define int long long
0_0_38761733_15275.cpp:8:13: error: expected primary-expression before 'long'
    8 | #define int long long
      |             ^~~~
0_0_38761733_15275.cpp:18:25: note: in expansion of macro 'int'
   18 |           unordered_map<int,int>mp;
      |                         ^~~
0_0_38761733_15275.cpp:25:19: error: 'mp' was not declared in this scope
   25 |                   mp[c[i]]++;
      |                   ^~
0_0_38761733_15275.cpp:29:26: error: 'mp' was not declared in this scope
   29 |           for(auto [k,v]:mp)
      |                          ^~


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-01-11 04:23:26, Gzip enabled