《算法笔记》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; //将最大值移到最后 //
相关文章
相关标签/搜索