很高兴的津津

快车上的乘客纪念碑  •  11天前


include<stdio.h>

int main(){

int a,b,t,c; t=0; for( int i=1; i <= 7; i++){

scanf("%d %d",&a,&b);
if(a+b>8 && a+b>t){
    c=i;
    t=a+b;
}

} printf("%d",c); return 0; }


评论:

请先登录,才能进行评论