感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,maxx=0,minn=1000,a; …… 题解列表 2023年07月01日 0 点赞 0 评论 205 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,cj,maxx=0;; cin>>…… 题解列表 2023年07月01日 0 点赞 0 评论 161 浏览 评分:0.0
求圆的面积 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#define pi 3.1415926using namespace std;int main()…… 题解列表 2023年07月01日 0 点赞 0 评论 237 浏览 评分:0.0
小九九九九九九 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int i=1,p=1; for(p=1;p<10;p++) …… 题解列表 2023年07月01日 0 点赞 0 评论 171 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,a; cin>>n; …… 题解列表 2023年07月01日 1 点赞 0 评论 291 浏览 评分:10.0
求整数的和与均值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,a; cin>>n; …… 题解列表 2023年07月01日 0 点赞 0 评论 170 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,age,sum=0 ; cin>>…… 题解列表 2023年07月01日 0 点赞 0 评论 361 浏览 评分:0.0
求平均年龄 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,age; cin>>n…… 题解列表 2023年07月01日 0 点赞 0 评论 247 浏览 评分:0.0
没用递归,4ms解决 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdbool.h>int cow_nn(int n){ int cow[55]; cow[0] = …… 题解列表 2023年07月01日 0 点赞 0 评论 168 浏览 评分:0.0
超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"<…… 题解列表 2023年07月01日 0 点赞 0 评论 263 浏览 评分:0.0