首页 新闻 会员 周边
1
回答数

回答被采纳 15 冒泡排序问题

include<stdio.h> int main() { int i,j,t,a[10]; printf("输入十个数字\n"); for(i=0;i<10;i++) { scanf("%d",&a