题解 1061: 二级C语言-计负均正

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

java思路清晰

摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main {  public static void main(String[] args) ……

C二级辅导-计负均正 (C语言代码)

摘要:解题思路:看清题一定要看清题!!!!注意事项:看清题一定要看清题!!!!参考代码:#include  <stdio.h>int main(){ float a[20],sum=0; int s=0; ……

题解 1061: 二级C语言-计负均正

摘要:解题思路:注意事项:参考代码:#include<stdio.h>                                    int main(){    int count=0,temp=……

无聊的星期六

摘要:解题思路:注意事项:参考代码:num=list(map(int,input().split())) num+=list(map(int,input().split())) z=zs=f=0 fo……

二级C语言-计负均正-题解(C语言代码)

摘要:解题思路:注意事项:参考代码:/*从键盘输入任意20个整型数,统计其中的负数个数并求所有正数的平均值。保留两位小数*/#include"stdio.h" main( ){ int a[20],j=0……