#include <iostream> #define MAX_SIZE 100 //Maximum size of the array using namespace std; int main() { int arr[100]; int i, max, min, size; // Reading array ...
確定! 回上一頁