随笔分类 - 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
阅读全文
摘要:统计单词数 https://www.luogu.org/problemnew/show/P1308 大佬的题解粘来学习 AC代码: 1 #include <cstring> 2 #include <cctype> 3 #include <cstdio> 4 5 void strlower (char
阅读全文

浙公网安备 33010602011771号