数组实验
2021-08-18 08:59
阅读:633
标签:lse printf 公式 排序 杨辉三角形 字符 i++ 数组 练习 C语言程序设计实验报告 姓名:邓文超?实验地点:宿舍 1.实验项目7.3.1(1) 问题的简单描述:数组的交换没弄好。 实验代码: #include"stdio.h" #include"stdlib.h" #include"time.h" void sort1(int a[]) { int n,j; int temp; for(n=0;n
评论
亲,登录后才可以留言!