標題:
跑馬燈 (一)
[打印本頁]
作者:
tonyh
時間:
2013-9-7 14:45
標題:
跑馬燈 (一)
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=100; i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林以諾
時間:
2013-9-7 14:48
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=100;i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成了!!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
郭凡瑛
時間:
2013-9-7 14:49
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for (int i=1; i<=100; i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉泳鱔
時間:
2013-9-7 14:50
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=100; i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃崇維
時間:
2013-9-7 14:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=100;i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張瀚仁
時間:
2013-9-7 14:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=200;i++)
{
cout<<i/2<<"%"<<endl;
system("cls");
}
cout<<"完成!";
}
複製代碼
作者:
許逸群
時間:
2013-9-7 14:51
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=100; i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇昱安
時間:
2013-9-7 14:55
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=100; i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃柏維
時間:
2013-9-7 14:55
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=0;i<=100;i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉得旗
時間:
2013-9-7 15:01
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=100; i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鎧言
時間:
2013-9-7 15:03
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=100; i++)
{
cout<<i<<"%"<<endl;
system("cls");
}
cout<<"完成!"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2