2766: 甲流疫情死亡率(c语言)参考2765 摘要:解题思路:可以参考题号为2765的计算分数的浮点数值的输入类型注意事项:参考代码:#includeint main(){ int a,b; double c; scanf("%d%d\n",&a,&b…… 题解列表 2023年07月01日 2 点赞 0 评论 629 浏览 评分:10.0
2767: 计算多项式的值 (c语言) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ double a,b,c,d,x,f; scanf("%lf%lf%lf%lf%lf\n",&x,&a,&b,&…… 题解列表 2023年07月01日 0 点赞 0 评论 496 浏览 评分:6.0
树上启发式合并裸题 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;#define maxn 200010#define maxc 200010int …… 题解列表 2023年07月01日 0 点赞 0 评论 1983 浏览 评分:9.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n,s=0,t=0; cin>>n; for(in…… 题解列表 2023年07月01日 0 点赞 0 评论 470 浏览 评分:9.9
奇偶数之和 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,a=0,b=0; cin>>n; …… 题解列表 2023年07月01日 0 点赞 0 评论 371 浏览 评分:0.0
超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"<…… 题解列表 2023年07月01日 0 点赞 0 评论 533 浏览 评分:0.0
没用递归,4ms解决 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdbool.h>int cow_nn(int n){ int cow[55]; cow[0] = …… 题解列表 2023年07月01日 0 点赞 0 评论 329 浏览 评分:0.0
求平均年龄 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,age; cin>>n…… 题解列表 2023年07月01日 0 点赞 0 评论 365 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,age,sum=0 ; cin>>…… 题解列表 2023年07月01日 0 点赞 0 评论 452 浏览 评分:0.0
求整数的和与均值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,a; cin>>n; …… 题解列表 2023年07月01日 0 点赞 0 评论 258 浏览 评分:0.0