题解 2804: 与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int a,b[100],c,sum = 0; scan…… 题解列表 2025年01月25日 0 点赞 0 评论 16 浏览 评分:0.0
新手 与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,m,a,i,k=0; scanf("%d %d",&n,&m); for(i=0;…… 题解列表 2024年12月11日 0 点赞 0 评论 121 浏览 评分:0.0
与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,sum=0,i,x; scanf("%d %d",&a,&b); for(i=…… 题解列表 2024年11月07日 0 点赞 0 评论 128 浏览 评分:9.9
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 评论 88 浏览 评分:0.0
编写题解 2804: 与指定数字相同的数的个数题解 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){int n,m,sum=0;cin>>n>>m; int d[…… 题解列表 2024年05月09日 0 点赞 0 评论 143 浏览 评分:9.9
2804: 与指定数字相同的数的个数 摘要:解题思路:注意事项:千万别抄,会遭报应的参考代码:#include <iostream>using namespace std;typedef long long ll;const int N=1e7…… 题解列表 2024年04月21日 0 点赞 0 评论 134 浏览 评分:6.0
与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;const int N=1e7;typedef long long ll;int a[N];…… 题解列表 2024年04月21日 0 点赞 0 评论 63 浏览 评分:0.0
2804: 与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>typedef long long ll;const int N=1e5+5;ll a[N];using namespace…… 题解列表 2024年04月20日 0 点赞 0 评论 81 浏览 评分:2.0
题解 2804: 与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;ll a[101];int main()…… 题解列表 2024年04月20日 0 点赞 0 评论 90 浏览 评分:0.0
2804: 与指定数字相同的数的个数 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;typedef long long ll;const ll N=1001;ll a[N];i…… 题解列表 2024年04月14日 0 点赞 0 评论 147 浏览 评分:0.0