摘要:
#include <stdio.h>int main(){ void sort(int array[],int n); int a[10],i; printf("enter array:\n"); for(i=0;i<10;i++) scanf("%d",&a[i]); sort(a,10); pr 阅读全文
posted @ 2020-12-13 16:31
Sakura-WYHH
阅读(1073)
评论(0)
推荐(0)
摘要:
#include <stdio.h>#include <string.h>int main (){ void fun(char *a,char c); char b[20],d; gets(b); scanf("%c",&d); fun(b,d); puts(b); return 0;}void f 阅读全文
posted @ 2020-12-13 16:29
Sakura-WYHH
阅读(1613)
评论(0)
推荐(0)
摘要:
#include <stdio.h>#include <string.h>int main(){ char a[10],b[10],c[10],t[10]; int x,y,z; scanf("%s",&a); scanf("%s",&b);scanf("%s",&c);if(strcmp(a,b) 阅读全文
posted @ 2020-12-06 22:35
Sakura-WYHH
阅读(2005)
评论(0)
推荐(0)
浙公网安备 33010602011771号