標題:
基本輸入輸出
[打印本頁]
作者:
許婷芳
時間:
2019-9-27 16:42
標題:
基本輸入輸出
本帖最後由 許婷芳 於 2019-9-27 16:45 編輯
cout << 輸出
cin >> 輸入
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a; //int ---> integer 整數
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張淯祺
時間:
2019-9-28 10:55
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李穎俊
時間:
2019-9-28 10:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉愷鈞
時間:
2019-9-28 10:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:";
cin>>a;
cout<<"你剛剛輸入的數字是:"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林羿丞
時間:
2019-9-28 10:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您剛剛輸入的整數是:"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蕭浚宇
時間:
2019-9-28 10:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int X=10,Y=3;
cout<<"請輸入一整數:";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
王銘鴻
時間:
2019-9-28 11:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數: ";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
朱閎聿
時間:
2019-9-28 11:02
[code#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a; //int ---> integer 整數
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}][/code]
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2