In file included from /usr/include/c++/4.6/unordered_map:35:0,
from historic.cpp:4:
/usr/include/c++/4.6/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the upcoming ISO C++ standard, C++0x. This support is currently experimental, and must be enabled with the -std=c++0x or -std=gnu++0x compiler options.
historic.cpp:13:1: error: 'unordered_map' does not name a type
historic.cpp: In function 'int main()':
historic.cpp:35:29: error: 'M' was not declared in this scope
historic.cpp:36:29: error: 'M' was not declared in this scope
historic.cpp:37:33: error: 'M' was not declared in this scope
historic.cpp:38:33: error: 'M' was not declared in this scope
historic.cpp:27:22: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
historic.cpp:30:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
historic.cpp:31:60: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]