最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會(huì)員登陸 & 注冊(cè)

shixun

2023-06-25 11:30 作者:-永雛張飛-  | 我要投稿

#include<iostream>

#include<stack>

#include<string>

#include<stdlib.h>

using namespace std;

int main(){

?string s;

?getline(cin,s);

?string temp="";

?int n,i,n1,n2,r;

?stack<int> t;

?n=s.length();

?for(i=n-1;i>=0;i--){

? if(isdigit(s[i])||s[i]=='-')

? temp+=s[i];

? if((isdigit(s[i])||s[i]=='-')&&(s[i-1]=='('||s[i-1]==')'||s[i-1]==',')){

? int num;

? num=atoi(temp.c_str());

? t.push(num);

? temp="";

}

if(isalpha(s[i]))

temp+=s[i];

if(isalpha(s[i])&&!isalpha(s[i-1])){

if(temp=="add"){

n1=t.top();t.pop();

n2=t.top();t.pop();

r=n1+n2;

t.push(r);

}else if(temp=="sub"){

n1=t.top();t.pop();

n2=t.top();t.pop();

r=n1-n2;

t.push(r);

}else if(temp=="div"){

n1=t.top();t.pop();

n2=t.top();t.pop();

r=n1/n2;

t.push(r);

}else if(temp=="mul"){

n1=t.top();t.pop();

n2=t.top();t.pop();

r=n1*n2;

t.push(r);

}

}

?}

?cout<<t.top()<<endl;

?return 0;

}


shixun的評(píng)論 (共 條)

分享到微博請(qǐng)遵守國(guó)家法律
绥中县| 云霄县| 库伦旗| 延吉市| 漯河市| 邹城市| 南乐县| 万全县| 周宁县| 藁城市| 海城市| 将乐县| 抚宁县| 讷河市| 五家渠市| 呼和浩特市| 秭归县| 庄河市| 渑池县| 原平市| 阜康市| 乐安县| 尤溪县| 祁阳县| 中超| 姚安县| 南安市| 林芝县| 苍南县| 清镇市| 阿拉善左旗| 仪陇县| 大港区| 上高县| 大庆市| 平顶山市| 苗栗市| 松阳县| 万盛区| 莎车县| 沐川县|