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

歡迎光臨散文網(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ó)家法律
凤阳县| 泾阳县| 景德镇市| 汨罗市| 布尔津县| 卓资县| 崇礼县| 香河县| 金堂县| 晴隆县| 怀柔区| 南木林县| 泗阳县| 忻城县| 龙江县| 天峻县| 云霄县| 桃江县| 会理县| 和田县| 隆尧县| 黎川县| 来凤县| 宣威市| 香格里拉县| 美姑县| 华池县| 客服| 长宁县| 瑞丽市| 通海县| 麟游县| 晴隆县| 夏邑县| 绍兴市| 云林县| 灵武市| 靖宇县| 龙游县| 岢岚县| 巴彦县|