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 评论 177 浏览 评分:0.0
整数的个数 摘要:解题思路:注意事项:参考代码:k = int(input())l = list(input().split())a=0b=0c=0for i in l: if i == '1':…… 题解列表 2024年07月29日 0 点赞 0 评论 115 浏览 评分:0.0
送分了........ 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,c=0,d=0,e=0; scanf("%d",&a); while(a) …… 题解列表 2024年11月26日 0 点赞 0 评论 189 浏览 评分:0.0
整数的个数C解 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int k,i,sum1=0,sum2=0,sum3=0; scanf("%d",&k); i…… 题解列表 2024年02月17日 0 点赞 0 评论 135 浏览 评分:0.0
题解 2803: 整数的个数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<math.h>int main()…… 题解列表 2025年01月25日 0 点赞 0 评论 126 浏览 评分:0.0
2803: 整数的个数 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int k,sum1=0,sum2=0,sum3=0; …… 题解列表 2024年01月13日 0 点赞 0 评论 146 浏览 评分:0.0
2803: 整数的个数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int k; cin>>k; long lo…… 题解列表 2024年01月10日 0 点赞 0 评论 74 浏览 评分:0.0
2803: 整数的个数 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int n,arr[100],s1=0,s2=0…… 题解列表 2023年11月17日 0 点赞 0 评论 168 浏览 评分: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 评论 145 浏览 评分: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 评论 126 浏览 评分:0.0