编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:h,w,c,flag=map(str,input().split())h=int(h)w=int(w)flag=int(flag)ifflag==1: …… 题解列表 2024年03月04日 0 点赞 0 评论 94 浏览 评分:0.0
2831: 画矩形 摘要:参考代码:high, wide, s, flag = map(str, input().sp…… 题解列表 2024年03月19日 0 点赞 0 评论 48 浏览 评分:0.0
2831: 画矩形 python (简单易懂) 摘要:解题思路:注意事项:参考代码:h,w,s,f=map(str,input().split())h=int(h)w=int(w)foriinrange(1,h+1): &nbs…… 题解列表 2024年04月02日 0 点赞 0 评论 137 浏览 评分:9.9
暴力画矩形 【简单易懂】 摘要:#include <iostream>#include <cmath>using namespace s…… 题解列表 2024年04月12日 0 点赞 0 评论 88 浏览 评分:0.0
画矩形普通思路 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain(){ intx,y,n; cha…… 题解列表 2024年04月16日 0 点赞 0 评论 67 浏览 评分:0.0
for 语句 画矩形 摘要:解题思路:从上到下,自左向右输出注意事项:第一行和最后一行任何时候都需要全部输出参考代码:#include<iostream>usingnamespacestd;intmain(){&am…… 题解列表 2024年04月29日 0 点赞 0 评论 98 浏览 评分:0.0
编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){inta,b;boold;charc;cin>&g…… 题解列表 2024年06月02日 0 点赞 0 评论 36 浏览 评分:0.0
2831: 画矩形 摘要:解题思路:注意事项:参考代码:l=list(input().split())a=int(l[0])b=int(l[1])ifl[3]=='0': &a…… 题解列表 2024年07月31日 0 点赞 0 评论 28 浏览 评分:0.0
编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intmain(){ inta,b,d…… 题解列表 2024年09月22日 0 点赞 0 评论 61 浏览 评分:9.9
2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<stdio.h>intmain() { intsum=0,j,a,b,c,i;&am…… 题解列表 2024年11月07日 0 点赞 0 评论 25 浏览 评分:0.0