#include<iostream> using namespace std; int main() { int a,b,c; cout<<"請輸入第一個整數值:"; cin>>a; //cin資料擷取運算子,擷取a從鍵盤輸入的 ...
確定! 回上一頁