
stl
文章平均质量分 65
guojiaqi007
这个作者很懒,什么都没留下…
展开
-
九度 oj 题目1111:单词替换
http://ac.jobdu.com/problem.php?pid=1111 这一题我用了 stl #include #include using namespace std; int main(){ //freopen("in/1111.in","r",stdin); string str,newString, a,b; string::si原创 2017-01-27 13:08:13 · 501 阅读 · 0 评论 -
1002. A+B for Polynomials (25)
https://www.patest.cn/contests/pat-a-practise/1002 使用stl 版 #include #include #include using namespace std; int main() { int k,a; double b; map M; map::iterator it; for (int i = 0; i < 2原创 2017-02-22 20:15:25 · 205 阅读 · 0 评论