画矩形行行 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,k; char c; c…… 题解列表 2023年07月13日 0 点赞 0 评论 435 浏览 评分:0.0
编写题解 2831: 画矩形 解题思路:注意事项:参考代码:#includeusingnamespacestd;typedeflonglongll;constintN=2e5;intmain(){lln;cin>>n;for(inti=1;i<=n;i++){cout<<'@';}co 题解列表 2025年01月13日 0 点赞 0 评论 348 浏览 评分:0.0
编写题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){int a,b;bool d;char c;cin>>a>>b…… 题解列表 2024年06月02日 0 点赞 0 评论 414 浏览 评分:0.0
for 语句 画矩形 摘要:解题思路:从上到下,自左向右输出注意事项:第一行和最后一行任何时候都需要全部输出参考代码:#include<iostream>using namespace std;int main(){ in…… 题解列表 2024年04月29日 0 点赞 0 评论 504 浏览 评分:0.0
暴力画矩形 【简单易懂】 摘要:#include <iostream> #include <cmath> using namespace std; /* 画矩形 */ int main() { // …… 题解列表 2024年04月12日 1 点赞 0 评论 511 浏览 评分:0.0
题解 2831: 画矩形 摘要: #include using namespace std; int main(){ int a,b,d; char c; cin>>a>…… 题解列表 2023年11月22日 0 点赞 0 评论 478 浏览 评分:0.0
题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int a,b,d; char c; cin>>a…… 题解列表 2024年01月18日 0 点赞 0 评论 418 浏览 评分:0.0
编写题解 2831: 画矩形 解题思路:注意事项:参考代码:#includeusingnamespacestd;typedeflonglongll;constintN=2e5;intmain(){lln;cin>>n;for(inti=1;i<=n;i++){cout<<'@';}co 题解列表 2025年01月13日 1 点赞 0 评论 391 浏览 评分:2.0
2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,d; char c; c…… 题解列表 2024年01月18日 0 点赞 1 评论 410 浏览 评分:2.0
韦琪程是作者 摘要:解题思路:这里有注意事项:很简单参考代码://#include<bits/stdc++.h>//using namespace std;//int main()//{ &nbs…… 题解列表 2026年08月15日 1 点赞 0 评论 291 浏览 评分:6.0