摘要:
#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
我是个好孩子
阅读(354)
评论(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
我是个好孩子
阅读(190)
评论(0)
推荐(0)

浙公网安备 33010602011771号