zen0wu / topcoder-greed

greedy editor for topcoder arena
Apache License 2.0
229 stars 48 forks source link

update c++ template code, include more header files #159

Open xuzhezhaozhao opened 9 years ago

xuzhezhaozhao commented 9 years ago

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.

charany1 commented 9 years ago

Doesn't #include"bits/stdc++.h" work in Topcoder Arena?

If it does then,we don't need to include so many headers.

wookayin commented 9 years ago

Some guys might use MSVC++, rather than g++.