2019年5月23日

摘要: #include <stdio.h> #include<math.h> int main(int argc, char* argv[]) { int a[10],i,j,m; printf("请输入10个数字"); for(i=0;i<=9;i++) { scanf("%d",&a[i]); } f 阅读全文
posted @ 2019-05-23 15:54 liuyubo58 阅读(80) 评论(0) 推荐(0)

导航