0_0_36693838_16061.cpp:37:6: error: 'map' in namespace 'std' does not name a template type
std::map<int, int> Map;
^
0_0_36693838_16061.cpp: In function 'int main()':
0_0_36693838_16061.cpp:79:1: error: 'Map' was not declared in this scope
Map.clear();
^
|