数组加上循环 摘要:解题思路:注意事项:参考代码:#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 评论 485 浏览 评分:0.0
2803: 整数的个数 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() { int n,arr[100],s1=0,s2=0…… 题解列表 2023年11月17日 0 点赞 0 评论 628 浏览 评分: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 评论 488 浏览 评分:0.0