標題:
基本輸入輸出
[打印本頁]
作者:
tonyh
時間:
2017-9-6 17:19
標題:
基本輸入輸出
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蒙鎧柔
時間:
2017-9-6 17:58
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃宇瑄
時間:
2017-9-6 18:00
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x;
cout<<"請輸入一個整數:";
cin>>x;
cout<<"你剛剛輸入的數是:"<<x<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李沛昂
時間:
2017-9-6 18:02
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x;
cout<<"請輸入一整數:";
cin>>x;
cout<<"你剛輸入的數是:"<<x<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃宇綸
時間:
2017-9-6 18:06
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x;
cout<<"請輸入一個整數";
cin>>x;
cout<<"你剛輸入的數是:"<<x<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2