Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Re:请问POJ用的C++版本是多少?In Reply To:Re:请问POJ用的C++版本是多少? Posted by:rhoaias at 2017-09-13 12:08:14 现在C++17都快出来了,POJ用的版本还是和我当时在大学里面刷的版本一样。太低了,应该升级一下的。 不管怎样,谢谢你的帮助! > 另外我在poj上交代码一般这样: > #ifdef _MSC_VER > #include <hash_map> > using namespace stdext; > #define unordered_map hash_map > #else > #include <unordered_map> > #endif Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator