Online JudgeProblem SetAuthorsOnline ContestsUser
Web Board
Home Page
F.A.Qs
Statistical Charts
Problems
Submit Problem
Online Status
Prob.ID:
Register
Update your info
Authors ranklist
Current Contest
Past Contests
Scheduled Contests
Award Contest
User ID:
Password:
  Register

Re:请问POJ用的C++版本是多少?

Posted by huangyunict at 2017-09-14 23:04:21
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:
User ID:
Password:
Title:

Content:

Home Page   Go Back  To top


All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator