標題:
Scratch 程式下載
[打印本頁]
作者:
周政輝
時間:
2017-2-2 09:04
標題:
Scratch 程式下載
程式下載點如下:
https://scratch.mit.edu/scratch2download/
作者:
文柏涵
時間:
2017-2-2 09:37
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績:";
cin>>score;
if(score>=9999)
{
cout<<"恭喜你!達成目標啦!";
}else
{
cout<<"不及格 拖出去吃屎!0487878787878787";
}
cout<<endl;
system("pause");
return 0
}
複製代碼
作者:
文柏涵
時間:
2017-2-2 09:40
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=23,y=7;
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;
}
複製代碼
作者:
文柏涵
時間:
2017-2-2 09:44
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<"hello"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
文柏涵
時間:
2017-2-2 09:49
本帖最後由 tonyh 於 2017-1-26 11:10 編輯
第1個回復且完全正確者 得5分
第2個回復且完全正確者 得4分
第3個回復且完全正確者 得3分
第4個回復且完全正確者 得2分
第5個之後回復且完全正確者 得1分
於前4個回復但有編輯修正者視為第5個之後回復
沒回復者 0分
有回復但答案不正確者 0分
擷取.PNG
本主題由 tonyh 於 7 天前 09:45 置頂
複製代碼
作者:
文柏涵
時間:
2017-2-2 11:35
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=23,y=7;
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;
}
複製代碼
作者:
文柏涵
時間:
2017-2-2 11:36
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=23,y=7;
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;
}
複製代碼
作者:
文柏涵
時間:
2017-2-2 11:36
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=23,y=7;
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;
}
複製代碼
作者:
文柏涵
時間:
2017-2-2 11:38
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=23,y=7;
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;
}
複製代碼
作者:
文柏涵
時間:
2017-2-2 13:58
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int x=1,y=1;
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;
}
複製代碼
作者:
文柏涵
時間:
2017-2-2 13:59
周政輝發表於 4 小時前 | 只看該作者
Scratch 程式下載
程式下載點如下:
https://scratch.mit.edu/scratch2download/
複製代碼
作者:
文柏涵
時間:
2017-2-2 16:35
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int score;
cout<<"報上你的成績:";
cin>>score;
if(score>=9999)
{
cout<<"恭喜你!達成目標啦!";
}else
{
cout<<"不及格 拖出去吃屎!0487878787878787";
}
cout<<endl;
system("pause");
return 0
}
複製代碼
作者:
文柏涵
時間:
2017-2-2 16:36
0123456789012345678901234567890123456789
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2