2917: 奇数单增序列 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1e5;ll a[…… 题解列表 2024年07月15日 0 点赞 0 评论 337 浏览 评分:0.0
Java学习小练习 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args) {…… 题解列表 2024年07月16日 0 点赞 0 评论 170 浏览 评分: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 评论 223 浏览 评分: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 评论 159 浏览 评分: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 评论 225 浏览 评分: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 评论 303 浏览 评分:0.0
1098: 陶陶摘苹果 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#define N 10int main(){ int a[N]; int point,sum=0; for(int …… 题解列表 2024年07月16日 0 点赞 0 评论 206 浏览 评分:0.0
题解 2974: 统计字符数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int tong[1000];int main(){ string s; cin>…… 题解列表 2024年07月16日 0 点赞 0 评论 150 浏览 评分:0.0
2974: 统计字符数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=1e7;ll to…… 题解列表 2024年07月16日 0 点赞 0 评论 195 浏览 评分:0.0
题解 2974: 统计字符数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const ll N=1001;ll to…… 题解列表 2024年07月16日 0 点赞 0 评论 147 浏览 评分:0.0