码迷,mamicode.com
首页 > 其他好文 > 详细

oj---九度oj---1153

时间:2017-06-25 20:47:18      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:can   style   empty   for   char   while   name   ack   blog   

 

 

#include<cstdio>
#include<stack>
using namespace std;
char str[110];
char res[110];
int main(){
    while(scanf("%s",str)!=EOF){
        stack<int> S;
        int i;
        for(i=0;str[i]!=0;i++){
            if(str[i]==(){
                S.push(i);
                res[i]= ; 
            }
            else if(str[i]==)){
                if(!S.empty()){
                    S.pop();
                    res[i]= ;
                }
                else{
                    res[i]=?;
                }
            }
            else res[i]= ;        
        }
        while(!S.empty()){
            res[S.top()]=$;
            S.pop();
        }
        res[i]=0;  /*******/
        puts(str);
        puts(res);
    }
    return 0;
        
}

 

oj---九度oj---1153

标签:can   style   empty   for   char   while   name   ack   blog   

原文地址:http://www.cnblogs.com/kprac/p/7077835.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!