鱼C论坛

 找回密码
 立即注册
查看: 1312|回复: 1

[已解决]不会写,帮着写一下C++

[复制链接]
发表于 2020-10-9 18:23:14 | 显示全部楼层 |阅读模式
28鱼币
帮这些一下C++
最佳答案
2020-10-9 18:23:15
#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>

unsigned int count, tcount, temp, sum, statistic[6];



int main(void) {
        scanf("%u", &count);


        for (tcount = count; tcount; tcount--) {
                scanf("%u", &temp);
                sum += temp;


                if (temp <= 50) {
                        statistic[0]++;
                }
                else if (temp <= 100) {
                        statistic[1]++;
                }
                else if (temp <= 150) {
                        statistic[2]++;
                }
                else if (temp <= 200) {
                        statistic[3]++;
                }
                else if (temp <= 300) {
                        statistic[4]++;
                }
                else {
                        statistic[5]++;
                }
        }


        printf("%.2lf\n%u %u %u %u %u %u",
                (double)sum / count, statistic[0], statistic[1], statistic[2], statistic[3], statistic[4], statistic[5]);
        return 0;
}
3D9043283B04DE8590CEB0753B251382.jpg
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

发表于 2020-10-9 18:23:15 | 显示全部楼层    本楼为最佳答案   
#define _CRT_SECURE_NO_WARNINGS
#include<stdio.h>

unsigned int count, tcount, temp, sum, statistic[6];



int main(void) {
        scanf("%u", &count);


        for (tcount = count; tcount; tcount--) {
                scanf("%u", &temp);
                sum += temp;


                if (temp <= 50) {
                        statistic[0]++;
                }
                else if (temp <= 100) {
                        statistic[1]++;
                }
                else if (temp <= 150) {
                        statistic[2]++;
                }
                else if (temp <= 200) {
                        statistic[3]++;
                }
                else if (temp <= 300) {
                        statistic[4]++;
                }
                else {
                        statistic[5]++;
                }
        }


        printf("%.2lf\n%u %u %u %u %u %u",
                (double)sum / count, statistic[0], statistic[1], statistic[2], statistic[3], statistic[4], statistic[5]);
        return 0;
}
想知道小甲鱼最近在做啥?请访问 -> ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-1-12 23:10

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表