摘要: #include #include void symmetry() { char a[100]; int length,x=0; printf("请输入字符串:"); scanf("%s",a); length=strlen(a); int i; for(i=1;i #include void bubblesort() { c... 阅读全文
posted @ 2016-11-24 23:22 施润行160809301 阅读(141) 评论(1) 推荐(0)