OJ Problem C: 求個最大值

**ios Problem C: 求個最大值 ** Description: 定義MaxValue類,用於求一系列非零整數的最大值。其中:web 數據成員elements用於存儲全部輸入的非零整數。 void append(int)用於向elements中添加一個新數據。 int getMax()用於求出elements中的最大值。 Input輸入若干個整數,以輸入0表示輸入結束。 Output全
相關文章
相關標籤/搜索