2816: 统计满足条件的4位数个数 摘要:``` #include using namespace std; int n,x,g,s,b,q,sum; int main(){ cin>>n; for( int i=1; i>x…… 题解列表 2023年11月08日 0 点赞 0 评论 223 浏览 评分:0.0
题解 2810: 鸡尾酒疗法 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a; double x,c,y,f; cin>>a;…… 题解列表 2023年11月08日 0 点赞 0 评论 227 浏览 评分:0.0
并查集。。。。。。 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<algorithm>using namespace std;const int N=1e6+10;int p[N];…… 题解列表 2023年11月08日 0 点赞 0 评论 251 浏览 评分:0.0
2813: 药房管理 摘要:``` #include using namespace std; int main(){ int m,n,x,sum=0; cin>>m>>n; for( int i=1;i>x;…… 题解列表 2023年11月08日 0 点赞 0 评论 179 浏览 评分:0.0
题解 2806: 人口增长问题 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>using namespace std;int main(){ int n; doubl…… 题解列表 2023年11月08日 0 点赞 0 评论 156 浏览 评分:0.0
3077: 信息学奥赛一本通T1332-周末舞会 摘要:``` #include using namespace std; int main(){ int m,w,a; cin>>m>>w>>a; int b=0,c=0; for(…… 题解列表 2023年11月08日 0 点赞 0 评论 350 浏览 评分:9.9
题解 2805: 乘方计算 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int z,f=0,b,c=0; cin>>b>>z; f=…… 题解列表 2023年11月08日 0 点赞 0 评论 303 浏览 评分:9.9
题解 2804: 与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int z,f,b,c=0; cin>>b>>z; for(…… 题解列表 2023年11月08日 0 点赞 0 评论 153 浏览 评分:0.0
题解 2803: 整数的个数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int f,a,b,c=0,d=0,e=0; cin>>b;…… 题解列表 2023年11月08日 0 点赞 0 评论 207 浏览 评分:0.0
题解 2802: 满足条件的数累加 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c=0,d; cin>>a>>b; for(…… 题解列表 2023年11月08日 0 点赞 0 评论 249 浏览 评分:0.0