作业比赛编号 : 1063 - 【周六晚】02
for(i=n;i>=1;i--)
{
for(j=1;j<=i;j++)
{
cout<<"1";
}
for(j=n;j>=i;j--)
{
cout<<"* ";
}
cout<<endl;
}
比赛尚未开始或私有,不能查看题目。