无码av一区二区三区无码,在线观看老湿视频福利,日韩经典三级片,成 人色 网 站 欧美大片在线观看

歡迎光臨散文網(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ó)家法律
徐水县| 平利县| 伊吾县| 南江县| 卓资县| 扬中市| 武鸣县| 武定县| 兰州市| 金塔县| 门头沟区| 磴口县| 盈江县| 永德县| 云龙县| 利津县| 柘荣县| 屯留县| 玛纳斯县| 平定县| 盐山县| 昆明市| 会泽县| 土默特左旗| 大邑县| 广灵县| 枝江市| 慈溪市| 威信县| 邳州市| 晋城| 瑞安市| 泰宁县| 乌拉特前旗| 乌拉特中旗| 新邵县| 邓州市| 浦城县| 龙陵县| 邯郸县| 象山县|