1015: [编程入门]求和训练 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main() { int a, bv=0,b=0, c=0; float d=0; scanf_s("%d%d%d", &a, …… 题解列表 2023年07月14日 0 点赞 0 评论 225 浏览 评分:0.0
检查一个数是否为质数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; if(n=…… 题解列表 2023年07月14日 0 点赞 0 评论 213 浏览 评分:0.0
数字统计计计计 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int l,r,sum=0; cin>>l>>…… 题解列表 2023年07月14日 0 点赞 0 评论 268 浏览 评分:0.0
编写题解 2749: Hello, World! 摘要:解题思路:1、输出注意事项:1、输出时注意符号不要漏掉参考代码:#include<iostream> using namespace std; int main (){cout<<"Hello, …… 题解列表 2023年07月14日 0 点赞 0 评论 466 浏览 评分:9.9
数一的个数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,sum=0; cin>>n; …… 题解列表 2023年07月14日 0 点赞 0 评论 227 浏览 评分:3.0
题解 2833:只因币 摘要:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int sum=0,a=0 ; int n ; cin>>n…… 题解列表 2023年07月14日 0 点赞 0 评论 376 浏览 评分:9.9
编写题解 1806: [编程基础]输入输出练习之第二个数字 摘要:解题思路: 1、创建三个整形变量 2、输入他们 3、输出第二个整形变量参考代码:#include<iostream> using namespace std; int main(…… 题解列表 2023年07月14日 0 点赞 0 评论 383 浏览 评分:6.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cmath>using namespace std;int main(){ int n, i, k = 0, …… 题解列表 2023年07月14日 0 点赞 0 评论 399 浏览 评分:9.9
2825: 计算多项式的值 摘要:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ double x,a,c = 0;; int n; cin>>…… 题解列表 2023年07月14日 0 点赞 4 评论 266 浏览 评分:9.9
题解 2825: 计算多项式的值 摘要:参考代码:#include <bits/stdc++.h> using namespace std; int main() { double x ; int n ; …… 题解列表 2023年07月14日 0 点赞 0 评论 363 浏览 评分:9.9