题解 3003: 鸡兔同笼问题 摘要:解题思路:注意事项:参考代码: #include<iostream>using namespace std;int main(){ int a,b; cin>>a>>b; cout<<(4…… 题解列表 2023年09月23日 0 点赞 0 评论 486 浏览 评分:9.9
题解 2751: 超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"…… 题解列表 2023年09月23日 0 点赞 0 评论 756 浏览 评分:9.9
2831: 画矩形 摘要:参考代码:#include <bits/stdc++.h>using namespace std;int main(int argc, char** argv) { int a,b,c; char d…… 题解列表 2023年09月23日 0 点赞 0 评论 334 浏览 评分:9.9
快且蠢(有点废空间) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<list> using namespace std; int main() { list<int>…… 题解列表 2023年09月23日 0 点赞 0 评论 360 浏览 评分:9.9
1669: 求圆的面积 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h> using namespace std; #define PI 3.1415926 int main() { …… 题解列表 2023年09月22日 0 点赞 0 评论 259 浏览 评分:0.0
1668: printf基础练习2 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<stdio.h> using namespace std; int main() { long …… 题解列表 2023年09月22日 0 点赞 0 评论 569 浏览 评分:0.0
1636: 蓝桥杯算法训练VIP-整除问题 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int min,max,factor; …… 题解列表 2023年09月22日 0 点赞 0 评论 273 浏览 评分:0.0
1635: 蓝桥杯算法训练VIP-整数平均值 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int m; long sum=0; …… 题解列表 2023年09月22日 0 点赞 0 评论 358 浏览 评分:0.0
1532: 蓝桥杯算法提高VIP-数组输出 摘要:解题思路:注意事项:它只需要比较列是否是最小的,最后更新列和行的数据就行。参考代码:#include<iostream> #include<cmath> using namespace std; …… 题解列表 2023年09月22日 0 点赞 0 评论 268 浏览 评分:0.0
1470: 蓝桥杯基础练习VIP-时间转换 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { long long int t=0; …… 题解列表 2023年09月22日 0 点赞 0 评论 351 浏览 评分:0.0