尋找數組中最大值

  1 #include<stdio.h> 2 3 int main() 4 { 5 int i; 6 int n; //用於記錄輸入的數組元素的個數 7 int a[100]; //用於存儲輸入的數組 8 int max,subscript; //max:數組中的最大值;subscript:數組中的最大值的下標 9 10
相關文章
相關標籤/搜索