摘要:
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< 阅读全文
摘要:
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<<"*"<<" 阅读全文