2023年9月5日
摘要: include<bits/stdc++.h> using namespace std; //void solve(){ //no.1.1 // int n; // cin>>n; // for(int i=1;i<=n;i++){ // for(int j=1;j<=n;j++){ // cout< 阅读全文
posted @ 2023-09-05 10:02 IR101 阅读(24) 评论(0) 推荐(0) 编辑
摘要: diamond1: #include<bits/stdc++.h> using namespace std; void solvequare(){ int n,m; cin>>n>>m; for(int i=0;i<n;i++){ for(int j=0;j<m;j++){ cout<<"*"<<" 阅读全文
posted @ 2023-09-05 09:50 IR101 阅读(4) 评论(0) 推荐(0) 编辑