topcoder-greed
topcoder-greed copied to clipboard
update c++ template code, include more header files
queue and map are used frequently in TopCoder's algorithm competition,so I think it's better to include their header file in default template.
Doesn't #include"bits/stdc++.h" work in Topcoder Arena?
If it does then,we don't need to include so many headers.
Some guys might use MSVC++, rather than g++.