分情况讨论,画矩形啥都行 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int x,y,n,i,j; char z; scanf("%d %d %c %d",&x,&y,&z,&n);…… 题解列表 2023年01月19日 0 点赞 1 评论 296 浏览 评分:9.9
2831: 画矩形 摘要:```cpp #include using namespace std; int main() { int a,b,d; char c; cin>>a>>b>>c…… 题解列表 2023年01月10日 0 点赞 0 评论 307 浏览 评分:9.9
画矩形(但不一定是用@画=_=||) 摘要:解题思路: 用脚趾头想的,不信请看我的优质答案=_=||注意事项: 这题目很娘贼,他直接用@给你画了一个矩形,搞得你打印时直接就想着输出@,这里的思考两秒钟=_=参考代码:…… 题解列表 2023年01月08日 0 点赞 0 评论 468 浏览 评分:9.9
题解 2831: 画矩形 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;int main() {&n…… 题解列表 2025年01月13日 1 点赞 0 评论 119 浏览 评分:10.0