10月10日

#include<iostream>
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-11-04 20:14  TOTO2  阅读(136)  评论(0编辑  收藏  举报