摘要:
#includeint main() { char text[3][20];//定义三行,每行最多不超过20个字符的二位数组 ... 阅读全文
摘要:
#include #include using namespace std;int main(){ string str[80... 阅读全文
摘要:
#include#includemain(){ char a[40]; //定义一个存放待判断的字符数组 int i=0,len; ... 阅读全文
摘要:
#include #include int main(){ int i,j; char s[5][20],t[20]; for(i=... 阅读全文
摘要:
#include #include int main(){ int i = 0; char s[80] = {""},... 阅读全文