《算法筆記》codeup_100000571_E

解答:指針 #include <stdio.h> #include <string.h> void input(int* a) { for(int i=0; i<=9; i++) scanf("%d", a+i); } void process(int* a) { int max_location = 9; int min_location = 0; //將最大值移到最後 //
相關文章
相關標籤/搜索