瀏覽單個文章
孤獨蠍子
Major Member
 
孤獨蠍子的大頭照
 

加入日期: May 2002
文章: 138
引用:
作者ahdeng
要for迴圈嗎?

#include<stdio.h>
void main()
{
for(y=1; y<10; y++)
{}
cout<<"*"<<endl;
cout<<"**"<<endl;
cout<<"***"<<endl;
cout<<"****"<<endl;
cout<<"*****"<<endl;
cout<<"****"<<endl;
cout<<"***"<<endl;
cout<<"**"<<endl;
cout<<"*"<<endl;
}

好酷的解答 樓主的老師看到不知會有啥表情
__________________
靜中見真境 淡中識本然
舊 2005-03-30, 10:40 AM #17
回應時引用此文章
孤獨蠍子離線中