题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;int main() {&n…… 题解列表 2025年01月13日 1 点赞 0 评论 84 浏览 评分:10.0
java--study||O.o 摘要:参考代码: import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年01月14日 0 点赞 0 评论 120 浏览 评分:9.9
编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,d ; char c; c…… 题解列表 2024年09月22日 0 点赞 0 评论 157 浏览 评分:9.9
2831: 画矩形 python (简单易懂) 摘要:解题思路:注意事项:参考代码:h,w,s,f=map(str,input().split())h=int(h)w=int(w)for i in range(1,h+1): if f == …… 题解列表 2024年04月02日 0 点赞 0 评论 225 浏览 评分:9.9
2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long n,m,x; char c…… 题解列表 2024年01月18日 0 点赞 0 评论 92 浏览 评分:9.9
题解 2831: 画矩形(简) 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long n,m,x; char c…… 题解列表 2024年01月18日 0 点赞 0 评论 101 浏览 评分:9.9
2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long a,b,d; char c…… 题解列表 2024年01月18日 0 点赞 0 评论 114 浏览 评分:9.9
2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long n,m,x; char c…… 题解列表 2024年01月18日 0 点赞 0 评论 119 浏览 评分:9.9
题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int a,b,d; char c; cin>>a…… 题解列表 2024年01月17日 0 点赞 0 评论 81 浏览 评分:9.9
题解 2831: 画矩形 摘要:解题思路:主要是空心比较难想,其他的没什么。注意事项:别忘了换行和空格。参考代码:#include <bits/stdc++.h>using namespace std;int main(){ …… 题解列表 2024年01月17日 0 点赞 0 评论 169 浏览 评分:9.9