yangbo 的 站内主页
#include<stdio.h>void main(){ int a[10],b[11]; int i,j,t,x,n,k,h; printf("input 10 numbers:\n"); for(i=1;i<=10;i++) scanf("%d",&a[i]); pri....
Read More >