標題:
小星星 2
[打印本頁]
作者:
tonyh
時間:
2015-5-15 20:48
標題:
小星星 2
本帖最後由 tonyh 於 2015-5-15 21:07 編輯
[attach]1241[/attach]
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(_______________)
{
for(_______________)
{
cout<<"*";
}
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
for(int i=1; i<=5; i++)
{
for(int j=1; j<=6-i; j++)
{
cout<<"*";
}
cout<<endl;
}
system("pause");
return 0;
}
複製代碼
作者:
曾挺桂
時間:
2015-5-15 20:50
此帖僅作者可見
作者:
沈子耕
時間:
2015-5-15 20:51
此帖僅作者可見
作者:
林侑成
時間:
2015-5-15 20:56
此帖僅作者可見
作者:
陳思惟
時間:
2015-5-15 20:58
此帖僅作者可見
歡迎光臨 種子論壇 | 高雄市資訊培育協會學員討論區 (http://istak.org.tw/seed/)
Powered by Discuz! 7.2