博客园 首页 私信博主 显示目录 隐藏目录 管理 动画

随笔分类 -  C#

C语言学习周期:2021.3.16--2021.4.14
摘要:1 // Note:Your choice is C++ IDE 2 #include <stdio.h> 3 void swap(int a[],int i,int j) 4 { 5 int temp=a[i]; 6 a[i]=a[j]; 7 a[j]=temp; 8 } 9 void subSo 阅读全文
posted @ 2021-05-06 20:59 CHANG_09 阅读(96) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示