Nova的科學反主流學院 

反主流的精神在於不屈於大環境, 本站旨在提供輕鬆自學各種科學。

程式範例

C++程式範例 判別最大值

先輸入幾組數字 如: 3 再輸入一串文字,用空白隔開,如:3 1 2 最後會出現最大數字,在第幾格(0當作地一格),用空白隔開,如3 0 #include <stdio.h> #include <float.h> #include <stdlib.h> #include <string.h> #include <iostream> using namespace std; int main() { int A[20]; // 用來存放所有輸入數字</iostream></string.h></stdlib.h></float.h></stdio.h>…