返回列表 發帖
本帖最後由 張閎鈞 於 2017-2-3 15:06 編輯

#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
    int a;
    cout<<"請輸入一個整數:";
    cin>>a;
    cout<<"您輸入的數字是"<<a<<endl;
      
    system("pause");
    return 0;
}[code][/code]

TOP

返回列表