摘要:        
1 #include 2 #include 3 #include 4 5 #define SIZE 5 //数组中元素的数量 6 7 void swap(int *p1, int *p2) //交换数组中的两个元素 8 { 9 int temp = *p1; //创建变量储存元素p1的指针 10 *p1 = *p2; //将元素p1的指针改为元素p2的...    阅读全文
            
                posted @ 2019-03-16 20:36
Yuuki丶
阅读(4800)
评论(0)
推荐(0)
            
        
                    
                
浙公网安备 33010602011771号