编写题解 2233: 蓝桥杯算法训练-图形显示 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){long long n;cin>>n;…… 题解列表 2025年01月12日 0 点赞 0 评论 43 浏览 评分:0.0
编写题解 2233: 蓝桥杯算法训练-图形显示 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){long long n;cin>>n;…… 题解列表 2025年01月12日 1 点赞 0 评论 41 浏览 评分:0.0
编写题解 2233: 蓝桥杯算法训练-图形显示 摘要:解题思路:注意事项:两个循环参考代码:#include <iostream>using namespace std;int main(){ long long n…… 题解列表 2025年01月12日 0 点赞 0 评论 27 浏览 评分:0.0
题解 2233: 蓝桥杯算法训练-图形显示 摘要:解题思路:注意事项:注意换行写到第一个循环中参考代码:#include<bits/stdc++.h>using namespace std;int main(){ long l…… 题解列表 2025年01月12日 0 点赞 0 评论 38 浏览 评分:0.0
编写题解 2233: 蓝桥杯算法训练-图形显示 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main() { int n; cin>>n; for(int i=n;…… 题解列表 2024年07月18日 0 点赞 0 评论 105 浏览 评分:9.9
题解 2233: 蓝桥杯算法训练-图形显示 摘要:参考代码:参考代码:#include<bits/stdc++.h>#include<windows.h>using namespace std;int a;int main(){ system(…… 题解列表 2024年02月27日 0 点赞 0 评论 77 浏览 评分:9.9
题解 2233: 蓝桥杯算法训练-图形显示 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int a; cin>>a; for(int i=…… 题解列表 2024年01月17日 0 点赞 0 评论 51 浏览 评分:8.4
题解 2233: 蓝桥杯算法训练-图形显示 摘要:解题思路:没什么好说的;注意事项:在输出时要注意换行与空格参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a; …… 题解列表 2024年01月17日 0 点赞 0 评论 66 浏览 评分:9.9
2233: 蓝桥杯算法训练-图形显示 摘要:解题思路:注意事项:此题需要两个循环参考代码:#include<iostream>using namespace std;int main(){ int n; cin>>n; whi…… 题解列表 2024年01月16日 0 点赞 0 评论 86 浏览 评分:9.9
2233: 蓝桥杯算法训练-图形显示 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int n; cin>>n; …… 题解列表 2023年10月30日 0 点赞 0 评论 56 浏览 评分:0.0