会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
每周向前一小步
求知、探索、分享!
首页
新随笔
管理
订阅
2022年2月9日
C++ 02 指针数组
摘要: #include <iostream> #include <cstring> using namespace std; void sort( char *name[], int n){ char *tmp; int i,j,k; for(i=0;i<n-1;i++){ k=i; for(j=i+1;
阅读全文
posted @ 2022-02-09 13:50 方诚
阅读(30)
评论(0)
推荐(0)
编辑
公告