51nod_1255

Posted 六花的邪王真眼

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了51nod_1255相关的知识,希望对你有一定的参考价值。

 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的主要内容,如果未能解决你的问题,请参考以下文章

51Nod - 1255

51nod 1255 字典序最小的子序列

C - 字典序最小的子序列 51nod1255

51Nod1255 字典序最小的子序列

51nod_1459 最短路 dijkstra 特调参数

51nod_1154 回文串的划分