感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,a; cin>>n; …… 题解列表 2023年07月01日 1 点赞 0 评论 267 浏览 评分:10.0
求整数的和与均值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,a; cin>>n; …… 题解列表 2023年07月01日 0 点赞 0 评论 163 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,age,sum=0 ; cin>>…… 题解列表 2023年07月01日 0 点赞 0 评论 349 浏览 评分:0.0
求平均年龄 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0,age; cin>>n…… 题解列表 2023年07月01日 0 点赞 0 评论 224 浏览 评分:0.0
超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"<…… 题解列表 2023年07月01日 0 点赞 0 评论 247 浏览 评分:0.0
奇偶数之和 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,a=0,b=0; cin>>n; …… 题解列表 2023年07月01日 0 点赞 0 评论 218 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n,s=0,t=0; cin>>n; for(in…… 题解列表 2023年07月01日 0 点赞 0 评论 348 浏览 评分:9.9
树上启发式合并裸题 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;#define maxn 200010#define maxc 200010int …… 题解列表 2023年07月01日 0 点赞 0 评论 1803 浏览 评分:9.0
C++代码进行解题,思路可与C语言共享 摘要:解题思路:就是每行数组减一注意事项:行与列之间的差值我用了d与k表示参考代码:#include <iostream>using namespace std;int main(){ int N; wh…… 题解列表 2023年07月01日 0 点赞 0 评论 195 浏览 评分:0.0
题目 1431: 蓝桥杯2014年第五届真题-分糖果题解 摘要:1.解题思路第一步:看一下所有的数是不是相等,如果是,flag=1,否则,flag=0第二步:全体减半第三步:所有的数都加上左边的数,相当于把左边数的一半给了这个数第四步:判断奇偶,如果是奇数,则这个…… 题解列表 2023年07月01日 0 点赞 0 评论 203 浏览 评分:0.0