H2330823092


私信TA

用户名:dotcpp0688949

访问量:183

签 名:

等  级
排  名 4494
经  验 1684
参赛次数 8
文章发表 5
年  龄 0
在职情况 学生
学  校 Hezhou University
专  业

  自我简介:

解题思路:

注意事项:

参考代码:

#include <stdio.h>  

int main() {  

    int n;

scanf("%d",&n); 

int max=1000000000,min=1;

while(n-->0){

int A,B;

scanf("%d",&A);

scanf("%d",&B);

int min1=A/(B+1)+1,max1=A/B;

if(min<min1){

min=min1;

}

if(max>max1){

max=max1;

}

}

    printf("%d %d\n",min,max);

    return 0;  

}  


 

0.0分

0 人评分

  评论区

  • «
  • »