2974: 统计字符数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long ll;const int N=1e7;ll to…… 题解列表 2024年07月16日 0 点赞 0 评论 198 浏览 评分:0.0
题解 2974: 统计字符数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int tong[1000];int main(){ string s; cin>…… 题解列表 2024年07月16日 0 点赞 0 评论 155 浏览 评分:0.0
1098: 陶陶摘苹果 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#define N 10int main(){ int a[N]; int point,sum=0; for(int …… 题解列表 2024年07月16日 0 点赞 0 评论 209 浏览 评分: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 评论 332 浏览 评分: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 评论 231 浏览 评分: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 评论 162 浏览 评分:0.0
1778: 罗列完美数 摘要:**问题描述:**先来认识下什么是完美数,完美数是指对于一个数字,如果的它的所有因子(不包含本身)之和加起来,等于这个数字本身,那么就称这个数字为完美数,完美数简称完数,输入一个数字N,要求输出N以内…… 题解列表 2024年07月16日 1 点赞 0 评论 381 浏览 评分:9.9
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 评论 227 浏览 评分:0.0
繁花似锦分身乏术列今年初发的风格的放过他过分 摘要:解题思路:无注意事项:无参考代码:g=input()g=int(g)if g>=10 and g<=99: print("1")else: print("0")…… 题解列表 2024年07月16日 0 点赞 0 评论 500 浏览 评分:9.9
Java学习小练习 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args) {…… 题解列表 2024年07月16日 0 点赞 0 评论 171 浏览 评分:0.0