2814: 正常血压 摘要:注意事项:C++语言,别弄错了参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n,a,b,z=0,maxx=0;…… 题解列表 2023年07月10日 0 点赞 0 评论 149 浏览 评分:6.0
LJX............................................................... 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main() { int n,a,b,sum=0,ans=0; cin>>…… 题解列表 2023年12月06日 0 点赞 0 评论 68 浏览 评分:4.7
血压,雪鸭,学鸭 摘要:解题思路:注意事项:参考代码:#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 评论 93 浏览 评分:0.0
python解求得最大值 摘要:### 解题代码: ```python n = int(input()) sz = [list(map(int, input().strip().split())) for _ in range…… 题解列表 2024年04月18日 0 点赞 0 评论 128 浏览 评分:0.0
题解 2814: 正常血压 摘要:解题思路:注意事项:参考代码:n = int(input())c = 0max = 0while n: a,b = map(int,input().split()) if 90 <= a …… 题解列表 2024年07月30日 0 点赞 0 评论 105 浏览 评分:0.0
数组记录血压 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class The_2814 { public static void main(String[] …… 题解列表 2023年10月10日 0 点赞 0 评论 99 浏览 评分:0.0
编写题解 2814: 正常血压,python超简单 摘要:n = int(input()) # 初始化max_hours为0,用于记录迄今为止发现的最长连续正常小时数 max_hours = 0 # 初始化normal_ho…… 题解列表 2024年03月22日 0 点赞 0 评论 314 浏览 评分:0.0
题解 2814: 正常血压 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c,d=0,e=0,res=0; cin>>…… 题解列表 2023年11月10日 0 点赞 0 评论 107 浏览 评分: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 评论 82 浏览 评分:0.0
2814: 正常血压 摘要:解题思路:注意事项:参考代码:b = [] s = 0 n = int(input()) for i in range(0,n): l = list(map(int,input().s…… 题解列表 2023年02月16日 0 点赞 0 评论 205 浏览 评分:0.0