题解 2803: 整数的个数 摘要:解题思路:注意事项:参考代码#include <iostream>using namespace std;int main(){ /*int sum=0; for(int i=0;i<=1…… 题解列表 2024年01月10日 0 点赞 0 评论 330 浏览 评分:9.9
整数的个数 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b,c=0,d=0,e=0; cin>>a; …… 题解列表 2023年12月04日 0 点赞 0 评论 301 浏览 评分:6.5
2803: 整数的个数 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int n,arr[100],s1=0,s2=0…… 题解列表 2023年11月17日 0 点赞 0 评论 467 浏览 评分:0.0
题解 2803: 整数的个数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int f,a,b,c=0,d=0,e=0; cin>>b;…… 题解列表 2023年11月08日 0 点赞 0 评论 359 浏览 评分:0.0
整数的个数 摘要:解题思路:注意事项:scanf_s改为scanf参考代码:int k,i; int a=0,b=0,c=0; int arr[1000]; scanf_s("%d",&k); for ( i = 0;…… 题解列表 2023年09月07日 0 点赞 0 评论 347 浏览 评分:0.0
数组加上循环 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main() { int n,i,y=0,w=0,s=0; scanf("%d",&n); int k[n];…… 题解列表 2023年08月22日 0 点赞 0 评论 345 浏览 评分:0.0
用java进行的尝试 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class tina{ public static void main(String[] args)…… 题解列表 2023年08月01日 0 点赞 0 评论 445 浏览 评分:9.9
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,a,one=0,five=0,ten=0…… 题解列表 2023年07月11日 0 点赞 0 评论 361 浏览 评分:0.0
整数的个数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,a,one=0,five=0,ten=0…… 题解列表 2023年07月08日 0 点赞 0 评论 313 浏览 评分:9.9
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,a,one=0,five=0,ten=0…… 题解列表 2023年07月08日 0 点赞 0 评论 480 浏览 评分:0.0