题解 2814: 正常血压

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

筛选

题解 2814: 正常血压

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int a,b,c,d=0,e=0,res=0; cin>>……

血压,雪鸭,学鸭

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n;//行数 scanf("%d",&n); int i,j=0,k=0; int a,b; int c……

数组记录血压

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

2814 (C语言)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    int n,a,b,m=0,c=0;    scanf("%d",&n);    for(int i=0;……

感谢支持,谢谢你们的支持

摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){   int n,x,y,z=0,maxx=0;    ci……

python解求得最大值

摘要:### 解题代码: ```python n = int(input()) sz = [list(map(int, input().strip().split())) for _ in range……