赞
踩
#include<bits/stdc++.h>
using
namespace
std;
int
main(){
int
n,w=0,m=1;
cin>>n;
for
(
int
i=1;i<=n;i++){
for
(
int
j=1;j<=n;j++){
if
(j==m||j==n-w){
cout<<
"+"
;
}
else
{
cout<<
"-"
;
}
}
m++;
w++;
cout<<endl;
}
}
lizongze
2023.11.16
竞赛作业——》》搜索——》》周三晚7点作业题单(王乐乐)
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。