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 |
请问POJ用的C++版本是多少?即使是包含 unordered_map 都编译不过。 #include <algorithm> #include <iomanip> #include <iostream> #include <limits> #include <list> #include <map> #include <queue> #include <set> #include <sstream> #include <string> #include <unordered_map> #include <unordered_set> #include <vector> using namespace std; int main(int argc, char* argv[]) { return 0; } F:\temp\17614123.219749\Main.cc:11:25: error: unordered_map: No such file or directory F:\temp\17614123.219749\Main.cc:12:25: error: unordered_set: No such file or directory Followed by:
Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator