题解 2831: 画矩形

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

2831: 画矩形

摘要:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){&nbsp;&nbsp;inta,b,d;&nbsp……

画矩形(一般思路)

摘要:解题思路:先定义变量,字符是char,分为两种情况,第一种为实心,i,j代表行和列,然后直接输出特定字符,第二种为空心,i,j代表行和列,在指定行列(第一行最后一行,最后一行,最后一列)输出特定字符,……

(c语言)详细解读

摘要:解题思路:注意事项:参考代码:#include"stdio.h"intmain(){&nbsp;&nbsp;&nbsp;&nbsp;charChar……

2831: 画矩形

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){&nbsp;&nbsp;inta,b,d……

用for循环画矩形

摘要:解题思路:注意事项:参考代码:importjava.util.Scanner;publicclassMain{&nbsp;&nbsp;publicstaticvoidmain(Stri……

画矩形行行

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){&nbsp;&nbsp;inta,b,k……

编写题解 2831: 画矩形

摘要:解题思路:注意事项:参考代码:h,w,c,flag=map(str,input().split())h=int(h)w=int(w)flag=int(flag)ifflag==1:&nbsp;……

2831: 画矩形

摘要:解题思路:注意事项:参考代码:l=list(input().split())a=int(l[0])b=int(l[1])ifl[3]==&#39;0&#39;:&nbsp;&a……