这题要求高(注意1.用double类型2.不用pow函数) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ double x,sum=1,a=1; int n,i; sc…… 题解列表 2024年11月29日 0 点赞 0 评论 182 浏览 评分:0.0
解释很清晰的复杂思路(Python) 摘要:解题思路:(1)输入ISBN号码字符串string(2)根据数字Ascll码的范围分批将9位数字和1位识别码按列表和字符串存储(3)对存储9位数字的列表元素整数化处理,按照规则对元素计算加权和(4)对…… 题解列表 2024年11月29日 0 点赞 0 评论 236 浏览 评分:9.0
C语言考试练习题_保留字母 摘要:解题思路:注意事项:参考代码:import java.util.*;public class Main{ public static void main(String[] args){ …… 题解列表 2024年11月29日 0 点赞 0 评论 259 浏览 评分:0.0
信息学奥赛一本通T1332-周末舞会 一个循环搞定 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){ // 定义三个整数变量n, m, k,用于…… 题解列表 2024年11月28日 0 点赞 0 评论 222 浏览 评分:0.0
普普通通的解题方法 摘要:解题思路:注意事项:注意输出时sum除以的是剩下的正数参考代码:#include<stdio.h>#include<math.h>int main(){ int a[88],sn = 0.0; dou…… 题解列表 2024年11月28日 0 点赞 0 评论 334 浏览 评分:0.0
普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int n , sum = 0; scanf("%d",&n); sum = …… 题解列表 2024年11月28日 0 点赞 0 评论 397 浏览 评分:0.0
普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int sum = 0; for (int j = 10;j<1000;j++…… 题解列表 2024年11月28日 0 点赞 0 评论 462 浏览 评分:0.0
普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a[88],t ,n , sum = 0; scanf("%d\n",&…… 题解列表 2024年11月28日 0 点赞 0 评论 628 浏览 评分:0.0
普普通通的解题方法 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a[88],t; for (int i = 0;i<10;i++) {…… 题解列表 2024年11月28日 3 点赞 0 评论 890 浏览 评分:0.0
理解一下牛顿公式吧 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a; double X=1.0,x; scanf("%d",&a); w…… 题解列表 2024年11月28日 0 点赞 0 评论 361 浏览 评分:0.0