標題:
基本輸入輸出 (一)
[打印本頁]
作者:
王瑞喻
時間:
2021-2-1 15:08
標題:
基本輸入輸出 (一)
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a; //int ---> integer 整數
cout<<"請輸入一整數: ";
cin>>a;
cout<<"你剛輸入的數字是: "<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
何若晴
時間:
2021-2-1 15:15
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數: ";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
方黃生
時間:
2021-2-1 15:15
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入整數";
cin>>a;
cout<<"您輸入整數是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
莊鈞宸
時間:
2021-2-1 15:16
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數";
cin>>a;
cout<<"您輸入的數字是:"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蔡宜均
時間:
2021-2-1 15:17
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃昱凱
時間:
2021-2-1 15:17
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李天輝
時間:
2021-2-1 15:22
#include <iostream>
#include <cstdlib>
using namespace std;
int main()
{
float n;
cout<<"請輸入一個數"<<endl;
cin>>n;
cout<<"你輸入的數是"<<n<<endl;
system("pause");
return 0;
}
複製代碼
作者:
任璿
時間:
2021-2-1 15:30
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"你輸入的數字是:"<< a <<endl;
system ("pause") ;
return 0;
}
複製代碼
作者:
王瑞喻
時間:
2021-2-1 15:33
#include<iostream> //輸入輸出功能 工具箱1
#include<cstdlib> //標準函式庫 工具箱2
using namespace std; //叫做std的房間
int main()//主函式
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");//暫停畫面
return 0;//回傳0
} //ctrl+A 全選 +C複製 +V貼上
複製代碼
作者:
王偉樺
時間:
2021-2-1 15:33
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李奕廷
時間:
2021-2-1 15:34
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數"<<endl;
cin>>a;
cout<<"你輸入的數是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
回復
1#
王瑞喻
作者:
張晏滕
時間:
2021-2-1 15:34
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"你輸入的數字是"<<a <<endl;
system("pause");
return 0;
}
複製代碼
作者:
吳亦勛
時間:
2021-2-1 15:35
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
count<<"請輸入一整數";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return0;
}
作者:
王廷悠
時間:
2021-2-1 15:35
回復
1#
王瑞喻
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
作者:
莊念篪
時間:
2021-2-1 15:35
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數";
cin>>a;
cout<<"您輸入的數字是"<<a <<endl;
system("pause");
return 0;
}
作者:
方凱聲
時間:
2021-2-1 15:36
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳建承
時間:
2021-2-1 15:36
#include<iostream>
#include<cstdlid>
using namespace std;
int main
{
it a;
cout<<"請輸入一整:"
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林昕霓
時間:
2021-2-1 15:38
回復
1#
王瑞喻
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
作者:
怡璇
時間:
2021-2-1 15:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鄧崴仁
時間:
2021-2-1 15:40
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a
cout<<"您輸入的數字是"<<a<<endl;
system("pause")
return 0
{
複製代碼
作者:
蘇廷祐
時間:
2021-2-1 15:41
#include<iostream> //引入 <基本輸入輸出> 標頭檔 in & out stream
#include<cstdlib> //引入 <標準函式庫> 標頭檔 c standard library
using namespace std; //指定命名空間為 std
int main() //主函式
{
int a;
cout<<a;"請輸入一個整數:";
cin>>a;
cout<<"您輸入的數字是"<<a <<endl
system("pause"); //讓畫面暫停
return 0; //回傳0到主控台,告知該程式已成功執行
}
複製代碼
作者:
陳仕約
時間:
2021-2-1 15:41
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張鈊喬
時間:
2021-2-1 15:41
回復
1#
王瑞喻
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是" <<a<<endl;
system("pause");
retun 0;
}
作者:
洪曼崴
時間:
2021-2-1 15:42
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一整數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳仕約
時間:
2021-2-1 15:42
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳仕約
時間:
2021-2-1 15:56
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳仕約
時間:
2021-2-1 15:57
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳仕約
時間:
2021-2-1 15:58
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
陳仕約
時間:
2021-2-1 15:59
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a;
cout<<"請輸入一個數:";
cin>>a;
cout<<"您輸入的數字是"<<a<<endl;
system("pause");
return 0;
}
複製代碼
作者:
方黃生
時間:
2021-2-2 10:15
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a,b
cout<<"請輸入a數:";
cin>>a
cout<<"請輸入b數:";
cin>>b
cout<<"a="<<a<<endl;
cout<<"b="<<b<<endl;
if(a>b)
{
cout<<"a>b"<<endl;
}
else
{
cout<<"a<b"<<endl;
}
else
{
cout<<"a=b"<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
吳亦勛
時間:
2021-2-2 10:55
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=,y=;
cout<<"當x值為"<<x<<",y的值為"<<y<<"時..."<<endl;
cout<<"x+y="<<x+y<<endl;
cout<<"x-y="<<x-y<<endl;
cout<<"x*y="<<x*y<<endl;
cout<<"x/y="<<x/y<<endl;
cout<<"x%y="<<x%y<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2