摘要: #include<stdio.h> #define N 10 int main() { int s,i,j,tmp; int a[10]={78,56,38,99,81,86,39,100,49,78}; for( i=0; i<10;i++) printf("%d ",a[i]); printf( 阅读全文
posted @ 2020-02-18 21:26 Tyrants 阅读(1194) 评论(0) 推荐(0)