RiseOJ는 solved.ac와 제휴 관계가 없습니다. 티어 아이콘 © solved.ac. solved.ac
포럼
문제 ICPC00105

F. Shattered Cake

설명

A rectangular cake is transported via a truck to a restaurant. On the way to the destination, the truck hits a pothole, which shatters the cake in \(N\) perfectly rectangular pieces of width \(w_i\) and length \(l_i\), for \(1\leqslant i\leqslant N\).

At the destination, the damage is assessed, and the customer decides to order a replacement cake of the same dimensions. Unfortunately, the original order form was incompletely filled and only the width \(W\) of the cake is known. The restaurant asks for your help to find out the length \(L\) of the cake. Fortunately, all pieces of the shattered cake have been kept.

제약
입력 형식

The input consists of the following integers:
- on the first line, the width \(W\) of the cake;
- on the second line, the number \(N\) of shattered pieces;
- on each of the next \(N\) lines, the width \(w_i\) and length \(l_i\) of each piece.

Limits
- \(1\leqslant N\leqslant 5\,000\,000\);
- \(1\leqslant W,L \leqslant 10\,000\);
- for each \(1\leq i\leq N\), \(1\leqslant w_i,l_i \leqslant 10\,000\).

출력 형식

The output should be the integer \(L\).

예제 1
입력
4
7
2 3
1 4
1 2
1 2
2 2
2 2
2 1
출력
6
문제 정보

생성자가 기록되지 않았습니다.

출처 ICPC SWERC 2017

평가 및 의견

F. Shattered Cake

개요
출제자 난이도 Unrated 레이팅 미적용 의견 0 / 50 공개 집계 (커뮤니티 난이도, 주요 주제, 품질)는 의견이 충분히 모이면 공개됩니다.

Log in to rate problems.

개별 의견

아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.

풀이 제출

F. Shattered Cake

게스트로 둘러보고 있습니다. 로그인하면 풀이를 제출하고 진행 상황을 확인할 수 있습니다. 로그인하고 제출하기
공개
C++20 Tab 들여쓰기 · Ctrl+/ 주석 토글 · Enter 자동 들여쓰기
1 1 1 0 공백: 4 · UTF-8