五月天青色头像情侣网名,国产亚洲av片在线观看18女人,黑人巨茎大战俄罗斯美女,扒下她的小内裤打屁股

歡迎光臨散文網(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ó)家法律
湖口县| 鄂伦春自治旗| 射洪县| 济宁市| 互助| 民乐县| 霞浦县| 昭通市| 安西县| 泽普县| 莱州市| 峨眉山市| 海口市| 永济市| 汽车| 永宁县| 桐梓县| 黄冈市| 松阳县| 内乡县| 汪清县| 枣庄市| 扶沟县| 崇明县| 龙岩市| 株洲县| 西乌珠穆沁旗| 湖北省| 磴口县| 盈江县| 鹤山市| 新乡县| 吉林市| 云阳县| 龙海市| 江都市| 邵阳市| 孟连| 桐柏县| 饶阳县| 邵阳县|