编写题解 2831: 画矩形
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ inta,b,d……
编写题解 2831: 画矩形
摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){inta,b;boold;charc;cin>&g……
for 语句 画矩形
摘要:解题思路:从上到下,自左向右输出注意事项:第一行和最后一行任何时候都需要全部输出参考代码:#include<iostream>usingnamespacestd;intmain(){&am……
暴力画矩形 【简单易懂】
摘要:#include <iostream>#include <cmath>using namespace s……
2831: 画矩形 python (简单易懂)
摘要:解题思路:注意事项:参考代码:h,w,s,f=map(str,input().split())h=int(h)w=int(w)foriinrange(1,h+1): &nbs……