課堂作業第四周課上作業一

題目要求 查找list[]中的最大值:int Largest(int list[], int length); n n首份實現代碼如下: int Largest(int list[], int length) {   int i,max;   for(i = 0; i < (length – 1); i ++ )     {         if(list[i] > max)          
相關文章
相關標籤/搜索