课堂作业第四周课上作业一
摘要:        
题目要求查找list[]中的最大值:int Largest(int list[], int length);nn首份实现代码如下:int Largest(int list[], int length){ int i,max; for(i = 0; i max) { max=list[i]; }...    阅读全文
        posted @ 2015-03-28 16:04 bingoing 阅读(151) 评论(0) 推荐(0)
 
                    
                     
                    
                 
                    
                 
 
         浙公网安备 33010602011771号
浙公网安备 33010602011771号