2908: 白细胞计数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h> using namespace std; int main(){ int n; float num=0; …… 题解列表 2022年11月04日 0 点赞 0 评论 601 浏览 评分:6.4
2908: 白细胞计数 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<iomanip>#include<cmath>using…… 题解列表 2025年08月23日 0 点赞 0 评论 76 浏览 评分:0.0
C语言代码 用指针解决 摘要:解题思路:1.遍历输入 2.在输入过程中求全部数据的和、最大值、最小值 3.求有效数据(除了最大值和最小值之外的数据)的平均 题解列表 2024年12月07日 0 点赞 0 评论 173 浏览 评分:0.0
编写题解 2908: 白细胞计数 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std; const int N=310; double a[N];in…… 题解列表 2024年08月07日 0 点赞 0 评论 218 浏览 评分:0.0
编写题解 2908: 白细胞计数(Java) 摘要:解题思路:注意事项:参考代码:package arrLast; //题目 2908: 白细胞计数 import java.util.Scanner; public class t_2908 {…… 题解列表 2024年02月01日 0 点赞 0 评论 135 浏览 评分:0.0
2908: 白细胞计数 摘要:``` #include using namespace std; const int N=310; double a[N]; int main() { int n; cin>>n;…… 题解列表 2023年12月24日 0 点赞 0 评论 205 浏览 评分:0.0
题解 2908: 白细胞计数 摘要: #include using namespace std; int main(){ int n; double o; …… 题解列表 2023年12月08日 0 点赞 0 评论 182 浏览 评分:0.0
白细胞计数(C语言) 摘要:解题思路:注意事项: 还是感觉写的复杂了,希望有大佬看到了能指点指点参考代码:#include<stdio.h> #include<math.h> int main() { int n…… 题解列表 2023年11月11日 0 点赞 0 评论 205 浏览 评分:0.0
白细胞计数 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class The2908Test { public static void main(String…… 题解列表 2023年11月07日 0 点赞 0 评论 273 浏览 评分:0.0
白细胞计数(OwO) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<math.h> int main() { int n; scanf("%d",&n); doubl…… 题解列表 2023年10月14日 0 点赞 0 评论 232 浏览 评分:0.0