3.輸入與輸出

#include <bits/stdc++.h>
using namespace std;
int main(){
    int boook; // 變數型態 變數名稱;
    cin >> boook; // 輸入一個整數 存到變數boook中
    cout << "boook = " << boook << endl;
    return 0;
}

results matching ""

    No results matching ""