
STL
Kylehz
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ZOJ 1159 487-3279 (STL)
#include#include#include#include#includeusing namespace std;map g;int Symbol(char c){ if(c>='0'&&c<='9')return c-'0'; if(c=='A'||c=='B'||c=='C')return 2; if(c=='D'||c=='E'||c=='F')原创 2014-04-16 14:20:26 · 393 阅读 · 0 评论 -
STL
ZOJ1825#include#include#include#includeusing namespace std;sets;set::iterator p;int main(){ // freopen("test.in","r",stdin); string str,str1,str2; s.clear(); int len,i; wh原创 2014-05-22 08:59:46 · 441 阅读 · 0 评论