#include using namespace std; int main() { const int num = 5; int test[num]; cout << num <<"請輸入5個學生的分數。\n"; for(int i=0; i> test[i]; } for(int j=0; j