標題:
基本輸入輸出 (一)
[打印本頁]
作者:
tonyh
時間:
2017-7-5 09:59
標題:
基本輸入輸出 (一)
本帖最後由 tonyh 於 2017-7-5 10:14 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蒙鎧柔
時間:
2017-7-5 10:10
本帖最後由 蒙鎧柔 於 2017-7-5 10:12 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"你輸入的數字是:"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
吳睿橙
時間:
2017-7-5 10:12
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
複製代碼
作者:
莊鎵伃
時間:
2017-7-5 10:16
本帖最後由 莊鎵伃 於 2017-7-5 10:18 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"你輸入的數是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鄭宗富
時間:
2017-7-5 10:16
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳泓翰
時間:
2017-7-5 10:17
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"你輸入的數字是:"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
吳秉翰
時間:
2017-7-5 10:19
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"你輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
賴泓奕
時間:
2017-7-5 10:20
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入整數";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
作者:
陳廷森
時間:
2017-7-5 10:21
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數是:" <<a<<endl ;
system("pause");
return 0;
}
複製代碼
作者:
李沛昂
時間:
2017-7-5 10:22
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是" <<a<< endl;
system("pause");
return 0;
}
複製代碼
作者:
陳守柔
時間:
2017-7-5 10:25
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2