1061: 二级C语言-计负均正 摘要:解题思路:用while()接收连续输入,每输入一个整数就进行判断,如果是负数则计数器+1,如果是正数则加到总和上且对应计数器+1.注意事项:注意格式,保留两位小数。参考代码:// 题目 1061: 二…… 题解列表 2022年03月29日 0 点赞 0 评论 295 浏览 评分:9.9
计负均正c++(新手勿喷) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int num[100]; int count …… 题解列表 2022年04月01日 0 点赞 0 评论 190 浏览 评分:9.9
不用数组版C语言-计负均正 摘要:解题思路:输一个判断一个注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n=0,m; double…… 题解列表 2022年04月01日 0 点赞 0 评论 226 浏览 评分:7.0
二级C语言-计负均正(2022年4月9日17:17:32) 摘要:# include <stdio.h># include <malloc.h> int main(){ int i,n=0; int sum1=0; float sum2=0.0…… 题解列表 2022年04月09日 0 点赞 0 评论 139 浏览 评分:0.0
艰难的艰难 摘要:解题思路:注意事项:参考代码:int a[20],b=0; double bug=0; for(int i=0;i<20;i++) { scanf("%d",&a[i]); if(a[i…… 题解列表 2022年05月01日 0 点赞 0 评论 123 浏览 评分:0.0
通过for循环来求解 摘要:解题思路:注意事项:参考代码:list1=list(map(int,input().split()))list2=list(map(int,input().split()))list3=[]for i…… 题解列表 2022年05月01日 0 点赞 0 评论 127 浏览 评分:0.0
二级C语言-计负均正 摘要:解题思路:模拟注意事项:要用double参考代码:#include<bits/stdc++.h>using namespace std;long long a,fs;double zs,zh;int …… 题解列表 2022年05月09日 0 点赞 0 评论 121 浏览 评分:0.0
二级C语言-计负均正 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long a,s;double t,t1;int main(){ for(…… 题解列表 2022年05月10日 0 点赞 0 评论 131 浏览 评分:0.0
如果不用两个map怎么办? 摘要:解题思路:注意事项:参考代码:s=list(map(int,input().strip().split()))x=list(map(int,input().strip().split()))coun=…… 题解列表 2022年05月13日 0 点赞 0 评论 143 浏览 评分:0.0
二级C语言-计负均正 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;long long a,s;double t,t1;int main(){ for(…… 题解列表 2022年05月16日 0 点赞 0 评论 109 浏览 评分:0.0