Java级数求和 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args…… 题解列表 2023年04月22日 0 点赞 0 评论 563 浏览 评分:0.0
题解 2817: 级数求和 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int k; double s=0; c…… 题解列表 2023年07月12日 0 点赞 0 评论 435 浏览 评分:9.9
级数求和(光头强买冰箱) 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int k; double s=0; c…… 题解列表 2023年07月12日 0 点赞 0 评论 572 浏览 评分:9.9
2817: 级数求和 摘要:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int k; double s=0; cin>>k; …… 题解列表 2023年07月12日 0 点赞 3 评论 698 浏览 评分:9.9
jishuqiuhegggggggg 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int K; cin>>K; double…… 题解列表 2023年07月12日 0 点赞 0 评论 544 浏览 评分:0.0
感谢支持,谢谢大家。级数求和 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int i,n; double s=0.0,k; c…… 题解列表 2023年07月12日 0 点赞 0 评论 497 浏览 评分:0.0
2817: 级数求和 摘要:``` #include using namespace std; int main(){ int k; double sn=0; cin>>k; for( int i=1; ;…… 题解列表 2023年11月13日 0 点赞 0 评论 378 浏览 评分:0.0
题解 2817: 级数求和 摘要: #include using namespace std; int main(){ int a; double b=0; cin>>a;…… 题解列表 2023年11月15日 0 点赞 0 评论 502 浏览 评分:0.0
一个while循环 摘要:解题思路:一个while循环注意事项:y<=k参考代码:#include<stdio.h>int main(){ double a,b,y; int k; scanf("%d",&k); …… 题解列表 2023年12月20日 0 点赞 0 评论 566 浏览 评分:0.0
2817: 级数求和 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int n; int pos=0; …… 题解列表 2024年01月02日 0 点赞 0 评论 655 浏览 评分:0.0