標題:
基本輸入輸出 (一)
[打印本頁]
作者:
陳品肇
時間:
2019-1-28 12:44
標題:
基本輸入輸出 (一)
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝蓮金
時間:
2019-1-28 14:36
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李易展
時間:
2019-1-28 14:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪藝瑄
時間:
2019-1-28 14:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:"<<endl;
cin>>a;
cout<<"您輸入的數字是:"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
廖御晴
時間:
2019-1-28 14:43
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
龔家誼
時間:
2019-1-28 14:43
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:";
cin >>a;
cout << "您輸入的數字是" <<a <<endl;
system("pause");
return 0;
}
複製代碼
作者:
張正宜
時間:
2019-1-28 14:45
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數";
cin>>a;
cout<<"你輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
傅永賢
時間:
2019-1-28 14:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:";
cin>>a;
cout<<"數字54545454"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
廖思傑
時間:
2019-1-28 14:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"請輸入一個數字"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
孔令安
時間:
2019-1-28 14:49
#include<iostream> //
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"Please write";
cin>>a;
cout<<"a ietter"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝仲恩
時間:
2019-1-28 14:52
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
/*cout<<"我是謝仲恩"<<endl;
system("pause");*/
int a;
cout<<"請輸入一整數"<<endl;
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2