標題:
標準輸入輸出
[打印本頁]
作者:
tonyh
時間:
2012-3-14 11:06
標題:
標準輸入輸出
#include<iostream>
using namespace std;
int main()
{
int x,y; //宣告整數型態的x與y
cout<<"請輸入x的值: ";
cin>>x; //剛鍵入的數字會被指派給x
cout<<endl;
cout<<"請輸入y的值: ";
cin>>y;
cout<<"x的值為"<<x<<endl;
cout<<"y的值為"<<y<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡岳凌
時間:
2012-3-14 15:35
using namespace std;
int main()
{
int x,y;
cout<<"請輸入x的值: ";
cin>>x;
cout<<endl;
cout<<"請輸入y的值: ";
cin>>y;
cout<<endl;
cout<<x"的值為"<<x<<endl
cout<<y"的值為"<<y<<endl
system("pause")
return 0;
}
複製代碼
作者:
鄭睿恒
時間:
2012-3-20 22:41
[code]#include<iostream>
using namespace std;
int main()
{
int ,y; //宣告整數型態的x與y
cout<<"請輸入x的值: ";
cin>>x; //剛鍵入的數字會被指派給x
cout<<endl;
cout<<"請輸入y的值: ";
cin>>y;
cout<<"x的位值"<<x<<endl;
cout<<"y的位值"<<y<<endl;
system("pause");
return 0;
}
作者:
黃睿帆
時間:
2012-3-23 22:52
using namespace std;
int main()
{
int x,y;
cout<<"請輸入x的值: ";
cin>>x;
cout<<endl;
cout<<"請輸入y的值: ";
cin>>y;
cout<<endl;
cout<<x"的值為"<<x<<endl
cout<<y"的值為"<<y<<endl
system("pause")
return 0;
}
複製代碼
作者:
蘇冠鈞
時間:
2012-3-28 13:00
using namespace std;
int main()
{
int x,y;
cout<<"請輸入x的值: ";
cin>>x;
cout<<endl;
cout<<"請輸入y的值: ";
cin>>y;
cout<<endl;
cout<<x"的值為"<<x<<endl
cout<<y"的值為"<<y<<endl
system("pause")
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2