正常血压(标题太短啦) 摘要:参考代码: ```c #include int main() { int n; scanf("%d",&n); int a[n],b[n],k=0,max=0; for(int…… 题解列表 2023年09月12日 0 点赞 0 评论 148 浏览 评分:0.0
正常血压(数组存储解法) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main() { int i,x,y,n,max=0,l=1,k=0; int a[101]={0,0,0,0,0…… 题解列表 2023年12月12日 0 点赞 0 评论 98 浏览 评分:0.0
血压,雪鸭,学鸭 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n;//行数 scanf("%d",&n); int i,j=0,k=0; int a,b; int c…… 题解列表 2023年12月20日 0 点赞 0 评论 125 浏览 评分:0.0
2814 (C语言) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,a,b,m=0,c=0; scanf("%d",&n); for(int i=0;…… 题解列表 2024年03月19日 0 点赞 0 评论 181 浏览 评分:0.0
LJX............................................................... 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main() { int n,a,b,sum=0,ans=0; cin>>…… 题解列表 2023年12月06日 0 点赞 0 评论 94 浏览 评分:4.7
2814: 正常血压 读懂题就能做 摘要:解题思路:这个题审题时容易走偏,题目要求的是病人保持正常血压的最长小时数,而不是正常的次数,搞清楚这一点后,题目就不难了注意事项:参考代码:#include <iostream> using nam…… 题解列表 2023年04月11日 0 点赞 0 评论 161 浏览 评分:6.0
正常血压(简单明晰) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>struct record{ int a; int b;}press[100];//血压int main(){ int n; …… 题解列表 2023年02月09日 0 点赞 0 评论 415 浏览 评分:6.4
2814: 正常血压 摘要:解题思路:注意事项: 可能有点绕,我解释的可能不大清楚,请各位可以耐心看完,谢谢!<^_^>参考代码:#include<stdio.h>int main(){ int i=0,j=0,n…… 题解列表 2022年12月28日 0 点赞 1 评论 515 浏览 评分:7.8
解法有很多,多思考进步才会大(简单解法) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){int n,start,end,sum=0,max=0; scanf("%d",&n); for(in…… 题解列表 2023年03月05日 0 点赞 0 评论 354 浏览 评分:9.9
编写题解 2814: 正常血压c++ 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c,d,sum=0,sum1=0,aa…… 题解列表 2023年07月01日 0 点赞 0 评论 202 浏览 评分:9.9