#32905: ans


yp11151049@yphs.tp.edu.tw (801-24)

學校 : 臺北市私立延平高級中學
編號 : 197224
來源 : [203.72.178.1]
最後登入時間 :
2024-01-16 09:26:24
b146. NOIP2004 1.不高兴的津津 -- NOIP2004普及組 | From: [203.72.178.1] | 發表日期 : 2022-11-16 17:06

#include<bits/stdc++.h>
using namespace std;
int main(){
    int a,b,i=0,max=8,maxi=0;
    while(cin>>a>>b){
        i++;
        if(a+b>max) {max=a+b; maxi=i;}
        if(i==7) {cout<<maxi<<endl; i=0,max=8,maxi=0;}
    }
}

 
ZeroJudge Forum