国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

tjdsc

2019-11-14 09:30:45
字體:
來源:轉載
供稿:網友
#include<iostream>#include<stack>#include<string>#include<sstream>using namespace std;int main(){    stack<char> s;    char c,op=' ';    string ss;    getline(cin,ss);    stringstream in(ss);    bool f=true;    while(in>>c){        if(c>='0'&&c<='9') {            if(op!='.') s.push(c);            else {                if(!(c=='0'&&f)) s.push(c);                if(c!='0') f=false;            }        }        else{            op=c;            while(!s.empty()&&s.top()=='0') s.pop();            if(s.empty()) cout<<0;            while(!s.empty()) {                cout<<s.top();                s.pop();            }            cout<<op;        }    }    while(!s.empty()&&s.top()=='0') s.pop();    if(op!='%') if(s.empty()) cout<<0;    while(!s.empty()) {        cout<<s.top();        s.pop();    }    return 0;}

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 桃园市| 乡宁县| 靖边县| 伊吾县| 宁陵县| 冀州市| 平山县| 东兴市| 德钦县| 昌黎县| 鸡西市| 台北市| 夏邑县| 榆中县| 漠河县| 新化县| 普兰店市| 慈溪市| 清远市| 京山县| 白玉县| 横山县| 建水县| 晋中市| 盱眙县| 屏南县| 玉林市| 龙南县| 永嘉县| 武乡县| 玉屏| 万源市| 长乐市| 大名县| 波密县| 大石桥市| 德保县| 南安市| 平谷区| 织金县| 黔西|