#include <bits/stdc++.h>
using namespace std;
int main()
{string s,c;int a,b;while(getline(cin,s)){stack<long long int> st;stringstream ss;ss<<s;while(ss>>c){if(c=="+"){a=st.top();st.pop();b=st.top();st.pop();st.push(a+b);}else if(c=="-"){a=st.top();st.pop();b=st.top();st.pop();st.push(b-a);}else if(c=="*"){a=st.top();st.pop();b=st.top();st.pop();st.push(a*b);}else if(c=="/"){a=st.top();st.pop();b=st.top(); st.pop();st.push(b/a);}else{st.push(stoi(c));}}cout<<st.top()<<"\n";}}
#include <bits/stdc++.h>
using namespace std;
int main()
{string s,c;int a,b;while(getline(cin,s)){stack st;stringstream ss;ss<<s;while(ss>>c){if(c=="+"){a=st.top();st.pop();b=st.top();st.pop();st.push(a+b);}else if(c=="-"){a=st.top();st.pop();b=st.top();st.pop();st.push(b-a);}else if(c=="*"){a=st.top();st.pop();b=st.top();st.pop();st.push(a*b);}else if(c=="/"){a=st.top();st.pop();b=st.top(); st.pop();st.push(b/a);}else{st.push(stoi(c));}}cout<<st.top()<<"\n";}}
三小東西
#include <bits/stdc++.h>
using namespace std;int main(){string s,c;int a,b;while(getline(cin,s)){stack<long long int> st;stringstream ss;ss<<s;while(ss>>c){if(c=="+"){a=st.top();st.pop();b=st.top();st.pop();st.push(a+b);}else if(c=="-"){a=st.top();st.pop();b=st.top();st.pop();st.push(b-a);}else if(c=="*"){a=st.top();st.pop();b=st.top();st.pop();st.push(a*b);}else if(c=="/"){a=st.top();st.pop();b=st.top(); st.pop();st.push(b/a);}else{st.push(stoi(c));}}cout<<st.top()<<"\n";}}
#include <bits/stdc++.h>
using namespace std;
int main()
{string s,c;int a,b;while(getline(cin,s)){stack st;stringstream ss;ss<<s;while(ss>>c){if(c=="+"){a=st.top();st.pop();b=st.top();st.pop();st.push(a+b);}else if(c=="-"){a=st.top();st.pop();b=st.top();st.pop();st.push(b-a);}else if(c=="*"){a=st.top();st.pop();b=st.top();st.pop();st.push(a*b);}else if(c=="/"){a=st.top();st.pop();b=st.top(); st.pop();st.push(b/a);}else{st.push(stoi(c));}}cout<<st.top()<<"\n";}}
那學弟你也很有特色ㄟ
#include <bits/stdc++.h>
using namespace std;
int main()
{string s,c;int a,b;while(getline(cin,s)){stack st;stringstream ss;ss<<s;while(ss>>c){if(c=="+"){a=st.top();st.pop();b=st.top();st.pop();st.push(a+b);}else if(c=="-"){a=st.top();st.pop();b=st.top();st.pop();st.push(b-a);}else if(c=="*"){a=st.top();st.pop();b=st.top();st.pop();st.push(a*b);}else if(c=="/"){a=st.top();st.pop();b=st.top(); st.pop();st.push(b/a);}else{st.push(stoi(c));}}cout<<st.top()<<"\n";}}
笑死
#include
using namespace std;
int main()
{string s,c;int a,b;while(getline(cin,s)){stack st;stringstream ss;ss<>c){if(c=="+"){a=st.top();st.pop();b=st.top();st.pop();st.push(a+b);}else if(c=="-"){a=st.top();st.pop();b=st.top();st.pop();st.push(b-a);}else if(c=="*"){a=st.top();st.pop();b=st.top();st.pop();st.push(a*b);}else if(c=="/"){a=st.top();st.pop();b=st.top(); st.pop();st.push(b/a);}else{st.push(stoi(c));}}cout<
這尛...
那我還可以一行解