随笔分类 -  ACM--字符串

摘要:题目链接:https://cn.vjudge.net/problem/UVA-272 AC代码: 1 /* */ 2 #include <iostream> 3 #include <stdio.h> 4 #include <string.h> 5 #include <cmath> 6 #includ 阅读全文
posted @ 2019-08-11 16:55 swsyya 阅读(155) 评论(0) 推荐(0)
摘要:统计单词数 https://www.luogu.org/problemnew/show/P1308 大佬的题解粘来学习 AC代码: 1 #include <cstring> 2 #include <cctype> 3 #include <cstdio> 4 5 void strlower (char 阅读全文
posted @ 2019-07-18 18:42 swsyya 阅读(285) 评论(0) 推荐(0)

回到顶部