標題:
跑馬燈 (二)
[打印本頁]
作者:
tonyh
時間:
2013-9-7 15:18
標題:
跑馬燈 (二)
本帖最後由 tonyh 於 2013-9-7 15:20 編輯
以5倍的速度放慢
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int j=0;
for(int i=1;i<=500;i++)
{
if(i%5==0)
j++;
cout<<j<<"%"<<endl;
system("cls");
}
cout<<"100% 完成!"<<endl;
system("pause");
return 0;
}
複製代碼
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=500; i++)
{
cout<<i/5<<"%"<<endl;
system("cls");
}
cout<<"完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
許逸群
時間:
2013-9-7 15:19
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=500; i++)
{
cout<<i/5<<"%"<<endl;
system("cls");
}
cout<<"完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉泳鱔
時間:
2013-9-7 15:19
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int j=0;
for(int i=1;i<=500;i++)
{
if(i%5==0)
j++;
cout<<j<<"%"<<endl;
system("cls");
}
cout<<"100% 完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
鎧言
時間:
2013-9-7 15:20
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int j=0;
for(int i=1;i<=500;i++)
{
if(i%5==0)
j++;
cout<<j<<"%"<<endl;
system("cls");
}
cout<<"100% 完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
蘇昱安
時間:
2013-9-7 15:20
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int j=0;
for(int i=1;i<=500;i++)
{
if(i%5==0)
j++;
cout<<j<<"%"<<endl;
system("cls");
}
cout<<"100% 完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
劉得旗
時間:
2013-9-7 15:21
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int j=0;
for(int i=1;i<=500;i++)
{
if(i%5==0)
j++;
cout<<j<<"%"<<endl;
system("cls");
}
cout<<"100% 完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
林以諾
時間:
2013-9-7 15:25
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int j=0;
for(int i=1;i<=500;i++)
{
if(i%5==0)
j++;
cout<<j<<"%"<<endl;
system("cls");
}
cout<<"100% 完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
張瀚仁
時間:
2013-9-7 15:25
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1;i<=500;i++)
{
cout<<i/5<<"%"<<endl;
system("cls");
}
cout<<i/5<<"完成!";
}
複製代碼
作者:
黃柏維
時間:
2013-9-7 15:25
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int j=0;
for(int i=0;i<=500;i++)
{
if(i%5==0)
j++;
cout<<j<<"%"<<endl;
system("cls");
}
cout<<j<<"完成"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
郭凡瑛
時間:
2013-9-7 15:25
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int j=0;
for(int i=1;i<=500;i++)
{
if(i%5==0)
j++;
cout<<j<<"%"<<endl;
system("cls");
}
cout<<"100% 完成!"<<endl;
system("pause");
return 0;
}
複製代碼
作者:
黃崇維
時間:
2013-9-7 15:29
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int j=0;
for(int i=1;i<=500;i++)
{
if(i%5==0)
j++;
cout<<j<<"%"<<endl;
system("cls");
}
cout<<"100% 完成!"<<endl;
system("pause");
return 0;
}
複製代碼
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://seed.istak.org.tw/)
Powered by Discuz! 7.2