题解 2917: 奇数单增序列 摘要:```cpp #include using namespace std; typedef long long ll; ll a[503],cnt; int main() { l…… 题解列表 2024年07月15日 0 点赞 0 评论 341 浏览 评分:0.0
题解 2917: 奇数单增序列 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int a[600];int main(){ int n=0; in…… 题解列表 2024年07月15日 0 点赞 0 评论 229 浏览 评分:0.0
2917: 奇数单增序列 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e5;ll a[…… 题解列表 2024年07月15日 0 点赞 0 评论 396 浏览 评分:0.0
Java学习小练习 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args) {…… 题解列表 2024年07月16日 0 点赞 0 评论 176 浏览 评分:0.0
2803: 整数的个数 摘要:参考代码:#include<stdio.h>int main(){ int k; int a=0,b=0,c=0,d; scanf("%d",&k); for(int i=1;…… 题解列表 2024年07月16日 0 点赞 0 评论 234 浏览 评分:0.0
2804: 与指定数字相同的数的个数 摘要:参考代码:#include<stdio.h>int main(){ int sum=0; int N,m,n; scanf("%d %d",&N,&m); for(int i=…… 题解列表 2024年07月16日 0 点赞 0 评论 171 浏览 评分:0.0
2806: 人口增长问题 摘要:参考代码:#include<stdio.h>int main(){ int x,n;//x为基期,n为年数 //int r=0.001; double now,temp=1; …… 题解列表 2024年07月16日 0 点赞 0 评论 238 浏览 评分:0.0
2834: 与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int N,m,sum=0;//x为基期,n为年数 //int r=0.001; int a[…… 题解列表 2024年07月16日 0 点赞 0 评论 361 浏览 评分:0.0
1098: 陶陶摘苹果 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#define N 10int main(){ int a[N]; int point,sum=0; for(int …… 题解列表 2024年07月16日 0 点赞 0 评论 218 浏览 评分:0.0
题解 2974: 统计字符数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int tong[1000];int main(){ string s; cin>…… 题解列表 2024年07月16日 0 点赞 0 评论 165 浏览 评分:0.0