#include<stack> #include<iostream> #include<string> using namespace std; int main(){ stack<int>stack1; stack<int>stack2; ...
確定! 回上一頁