我的程式 如下 #include using namespace std; int max(int x[]); int main() { int a[5]; cout
www.programmer-club.com.tw