標題:
[回家作業]印出名字
[打印本頁]
作者:
歐柏罕
時間:
2017-9-18 20:49
標題:
[回家作業]印出名字
印出自己的名字
作者:
曾堂桂
時間:
2017-9-18 21:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="曾堂桂";
cout<<name<<endl;
system("pause");
return 0;
}
複製代碼
作者:
盧佑恩
時間:
2017-9-18 21:47
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name = "盧右恩";
cout<<name<<endl;
system("pause");
return 0;
}
複製代碼
作者:
彭煥宇
時間:
2017-9-18 21:48
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="彭煥宇";
cout<<name<<endl;
system("pause");
return 0;
}
複製代碼
作者:
李治毅
時間:
2017-9-23 21:11
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="李治毅";
cout<<"name"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪翊展
時間:
2017-9-24 19:39
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="洪翊展";
cout<<name<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪翊庭
時間:
2017-9-24 19:48
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="洪翊庭";
cout<<name<<endl;
system("pause");
return 0;
}
作者:
盧佑芯
時間:
2017-9-25 17:41
本帖最後由 盧佑芯 於 2017-9-25 17:42 編輯
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="盧右芯";
cout<<name<<endl;
system("pause");
return 0;
}
複製代碼
作者:
洪啓銓
時間:
2017-9-25 17:45
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
cout<<''洪啓銓''<<endl;
system("pause");
return 0;
}
作者:
沈子晏
時間:
2017-9-25 17:50
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="沈子晏";
cout<<name<<endl;
system("pause");
return 0;
}
複製代碼
作者:
盧佑芯
時間:
2018-4-16 19:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int speed=50;
re:
for(int i=0;i<=12;i++)
{
if(i==0)
{
cout<<"□□□□□□□□□□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==1)
{
cout<<"■□□□□□□□□□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==2)
{
cout<<"■■□□□□□□□□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==3)
{
cout<<"■■■□□□□□□□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==4)
{
cout<<"□■■■□□□□□□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==5)
{
cout<<"□□■■■□□□□□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==6)
{
cout<<"□□□■■■□□□□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==7)
{
cout<<"□□□□■■■□□□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==8)
{
cout<<"□□□□□■■■□□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==9)
{
cout<<"□□□□□□■■■□"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==10)
{
cout<<"□□□□□□□■■■"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==11)
{
cout<<"□□□□□□□□■■"<<endl;
_sleep(speed);
system("CLS");
}
else if(i==12)
{
cout<<"□□□□□□□□□■"<<endl;
_sleep(speed);
system("CLS");
}
}
goto re;
system("pause");
return 0;
}
複製代碼
回復
10#
沈子晏
作者:
黃宇綸
時間:
2018-4-22 22:29
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="黃宇綸";
cout<<name<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃宇瑄
時間:
2018-4-22 22:54
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
string name="黃宇瑄";
cout<<name<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2