摘要:
#include using namespace std; int main(){ int i,j; for(i=1;i=i;j--){ cout using namespace std; int main(){ for(int i=1;i<=9;i++){ for(int j=1;j<=i;j++){ cout<<j<<"*"<<i<<... 阅读全文
posted @ 2017-10-12 20:02
羿龙
阅读(147)
评论(0)
推荐(0)
摘要:
#include using namespace std; int main(){ int i,j; for(i=1;i using namespace std; int main(){ int i,j; for(i=1;i=i;j--){ cout<<"*"; } cout<<endl; } } ... 阅读全文
posted @ 2017-10-12 19:57
羿龙
阅读(172)
评论(0)
推荐(0)
摘要:
#include using namespace std; int main(){ int i,j; for(i=1;i<=60;i++){ for(j=1;j<=50;j++){ cout<<"*"; } cout<<endl; } } 阅读全文
posted @ 2017-10-12 19:47
羿龙
阅读(160)
评论(0)
推荐(0)

浙公网安备 33010602011771号