#include <vector> #include <algorithm> using namespace std; using std::vector; void pop (vector<int> & ); void push (vector<int> & , int);
確定! 回上一頁