標題:
基本的輸入與輸出
[打印本頁]
作者:
游東祥
時間:
2014-7-2 11:26
標題:
基本的輸入與輸出
請將基本輸入輸出的程式上傳到這裡~~
作者:
胡宸綱
時間:
2014-7-2 11:29
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cin>>a;
cout<<"你輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李美螢
時間:
2014-7-2 11:29
#include <iostream>
#include <cstdlib>
using namespace std;
int main ()
{
int a;
cin>>a;
cout<<"你輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪振庭
時間:
2014-7-2 11:29
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cin >> a;
cout <<"你輸入的數字"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡岳庭
時間:
2014-7-2 11:30
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cin>>a;
cout<<"你輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
謝雨岑
時間:
2014-7-2 11:31
本帖最後由 謝雨岑 於 2014-7-2 11:32 編輯
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cin >> a;
cout <<"你輸入的數字是"<< a <<endl;
system("pause");
return 0;
}
複製代碼
作者:
李大全
時間:
2014-7-2 11:31
[/code]#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cin>>a;
cout<<"你輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
[code]
作者:
王君玄
時間:
2014-7-2 11:31
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cin>> a;
cout<<"你輸入的數字"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李宇宸
時間:
2014-7-2 11:31
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cin >> a;
cout <<"你輸入的數子是" << a << endl;
system("pause");
return 0;
}
複製代碼
作者:
呂江裕
時間:
2014-7-2 11:31
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cin >>a;
cout <<"你輸入的數字是"<< a << endl;
system("pause");
return 0;
}
複製代碼
作者:
謝瀞儀
時間:
2014-7-2 11:32
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cin >>a;
cout <<"你輸入的數字是" << a << endl;
system("pause");
return 0 ;
}
複製代碼
作者:
李知易
時間:
2014-7-2 11:33
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{ int a;
cin >> a;
cout <<"你輸入的數字是"<< a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
梁和雋
時間:
2014-7-2 11:34
本帖最後由 梁和雋 於 2014-7-3 17:15 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入數字 輸入後請按Enter "<<endl;
cout<<""<<endl;
cout<<""<<endl;
cout<<" sdfsdf "<<endl;
cout<<" asdf asdf -------- "<<endl;
cout<<" 1sdfsdf1 ---1 -- "<<endl;
cout<<" 1 sdfsdf 1 1 --- "<<endl;
cout<<" 1 sdfsdf 1 ---1 -- "<<endl;
cout<<" a a -------- "<<endl;
cout<<" a a "<<endl;
cout<<" a a "<<endl;
cout<<" a a "<<endl;
cin>>a;
cout<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
顏永竣
時間:
2014-7-2 11:35
[
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cin>> a ;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
呂嘉勳
時間:
2014-7-2 11:37
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cin >> a;
cout<<"你輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2