topcoder-greed icon indicating copy to clipboard operation
topcoder-greed copied to clipboard

update c++ template code, include more header files

Open xuzhezhaozhao opened this issue 10 years ago • 2 comments

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.

xuzhezhaozhao avatar Aug 28 '14 08:08 xuzhezhaozhao

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

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

charany1 avatar Dec 28 '14 13:12 charany1

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

wookayin avatar Mar 26 '15 14:03 wookayin