买笔买笔30083008 摘要:解题思路:#include <iostream>using namespace std;int main(int argc, char** argv){int x,y,a,b,c;cin>>x;c=x…… 题解列表 2024年01月07日 0 点赞 0 评论 302 浏览 评分:2.0
循环入门练习1 1764 摘要:解题思路:#include <iostream>using namespace std;int main(){ int sum =0; for(int i=1; i<=1000;i++)…… 题解列表 2024年01月08日 0 点赞 0 评论 372 浏览 评分:2.0
偶数列举 2000: 摘要:解题思路:#include <iostream>using namespace std;int main(){ int n; cin>>n; for(int i=1; i<n;i+…… 题解列表 2024年01月08日 0 点赞 0 评论 363 浏览 评分:2.0
c代码记录之周瑜的反间计--水题 摘要:```c #include int main() { int n,m,i,j,k,temp; while(scanf("%d",&n)&&n!=-1){ i…… 题解列表 2024年01月10日 0 点赞 0 评论 377 浏览 评分:2.0
题解 2805: 乘方计算 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,n; cin>>a>>n; …… 题解列表 2024年01月10日 0 点赞 0 评论 271 浏览 评分:2.0
整数序列的元素最大跨度值 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int maxx = 0, minn = INT_MA…… 题解列表 2024年01月10日 0 点赞 1 评论 310 浏览 评分:2.0
2806: 人口增长问题 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x,n; cin>>x>>n; …… 题解列表 2024年01月11日 0 点赞 0 评论 321 浏览 评分:2.0
乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算乘方计算 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,n,sum=1; cin>>a>>…… 题解列表 2024年01月11日 0 点赞 1 评论 313 浏览 评分:2.0
3016;第几项 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long m,sum=0; cin>…… 题解列表 2024年01月14日 0 点赞 1 评论 320 浏览 评分:2.0
2819: 数字反转 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int n,h = 0; cin>>n; whil…… 题解列表 2024年01月16日 0 点赞 1 评论 217 浏览 评分:2.0