摘要: #includeint main() { char text[3][20];//定义三行,每行最多不超过20个字符的二位数组 ... 阅读全文
posted @ 2018-11-21 18:51 小Aer 阅读(199) 评论(0) 推荐(0) 编辑
摘要: #include #include using namespace std;int main(){ string str[80... 阅读全文
posted @ 2018-11-21 18:46 小Aer 阅读(221) 评论(0) 推荐(0) 编辑
摘要: #include#includemain(){ char a[40]; //定义一个存放待判断的字符数组 int i=0,len; ... 阅读全文
posted @ 2018-11-21 18:41 小Aer 阅读(101) 评论(0) 推荐(0) 编辑
摘要: #include #include int main(){ int i,j; char s[5][20],t[20]; for(i=... 阅读全文
posted @ 2018-11-21 18:37 小Aer 阅读(261) 评论(0) 推荐(0) 编辑
摘要: #include #include int main(){ int i = 0; char s[80] = {""},... 阅读全文
posted @ 2018-11-21 18:19 小Aer 阅读(896) 评论(0) 推荐(0) 编辑