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

51nod_1255

时间:2017-08-04 12:43:24      阅读:83      评论:0      收藏:0      [点我收藏+]

标签:color   include   last   51nod   clu   ons   name   har   保存   

 1 #include<bits/stdc++.h>
 2 
 3 using namespace std;
 4 const long long MAXN=100000+233;
 5 
 6 set<char>s1;
 7 stack<int> stack1;
 8 int last[MAXN];
 9 string str;
10 
11 int main()
12 {
13     cin.sync_with_stdio(false);
14     cin>>str;
15     
16     memset(last,-1,sizeof(last));
17     
18     int len=str.length();
19     for(int i=0;i<len;++i)last[str[i]-a]=i;
20     for(int i=0;i<len;++i)
21     {
22         char cha=str[i];
23         if(s1.count(cha))continue;
24         int size=stack1.size();
25         for(int i=0;i<size;++i)
26         {
27             if()
28         }
29         
30     }
31 }

还没写完保存下2333333

51nod_1255

标签:color   include   last   51nod   clu   ons   name   har   保存   

原文地址:http://www.cnblogs.com/rikka/p/7284285.html

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