標題:
基本輸入輸出
[打印本頁]
作者:
tonyh
時間:
2019-7-26 10:32
標題:
基本輸入輸出
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
楊佑諺
時間:
2019-7-26 19:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:";
cin>>a;
cout<<"你剛剛輸入的數是:" <<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃辰昊
時間:
2019-7-26 19:52
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李宇澤
時間:
2019-7-26 19:52
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"您輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
施褕均
時間:
2019-7-26 19:53
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"你剛輸入的數是:"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃宥華
時間:
2019-7-26 19:53
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數";
cin>>a;
cout<<"你剛輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林政瑜
時間:
2019-7-26 19:54
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int gay;
cout<<"請輸入一整數:";
cin>>gay;
cout<<"你剛剛輸入的數:"<<gay<<endl;
system("pause");
return 0;
}
複製代碼
作者:
余有晉
時間:
2019-7-26 19:55
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
孫嘉駿
時間:
2019-7-26 19:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳宥穎
時間:
2019-7-26 19:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
董宸佑
時間:
2019-7-26 19:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數: "<<endl;
cin>>a;
cout<<"你剛剛輸入的整數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡忻霓
時間:
2019-7-26 20:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
周之閔
時間:
2019-8-9 15:08
#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