摘要: #include <stdio.h> int main() { int n,i,j,ch[15][15],v,k; char *nl = ""; while(scanf("%d",&n)!=EOF) { printf("%s",nl) ; nl = "\n"; for(i=1;i<=n;i++) { 阅读全文
posted @ 2020-02-05 16:24 我是个好孩子 阅读(346) 评论(0) 推荐(0) 编辑
摘要: #include <string.h>#include <stdio.h>int mycmp(char*s1,char*s2);int main(){ int sum; char s1[100],s2[100]; memset(s1,'\0',100); memset(s2,'\0',100);wh 阅读全文
posted @ 2020-02-05 16:23 我是个好孩子 阅读(184) 评论(0) 推荐(0) 编辑