没用递归,4ms解决 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdbool.h>int cow_nn(int n){ int cow[55]; cow[0] = …… 题解列表 2023年07月01日 0 点赞 0 评论 325 浏览 评分:0.0
求平均年龄 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,age; cin>>n…… 题解列表 2023年07月01日 0 点赞 0 评论 360 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,age,sum=0 ; cin>>…… 题解列表 2023年07月01日 0 点赞 0 评论 447 浏览 评分:0.0
求整数的和与均值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,a; cin>>n; …… 题解列表 2023年07月01日 0 点赞 0 评论 254 浏览 评分: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 评论 329 浏览 评分:0.0
求圆的面积 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#define pi 3.1415926using namespace std;int main()…… 题解列表 2023年07月01日 0 点赞 0 评论 377 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,cj,maxx=0;; cin>>…… 题解列表 2023年07月01日 0 点赞 0 评论 251 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,maxx=0,minn=1000,a; …… 题解列表 2023年07月01日 0 点赞 0 评论 304 浏览 评分:0.0
最高的分数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,maxx=0,a; cin>>n;…… 题解列表 2023年07月01日 0 点赞 0 评论 283 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>int maxmum(int x, int y){ return x > y ? x : y;…… 题解列表 2023年07月01日 0 点赞 0 评论 403 浏览 评分:0.0