1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
// -*- C++ -*- compatibility header. // This file is part of the GNU ANSI C++ Library. #include <algorithm> #include <deque> #include <functional> #include <iterator> #include <list> #include <map> #include <memory> #include <numeric> #include <set> #include <stack> #include <utility> #include <vector>