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

Traktor

Unrated 레이팅 미적용
난이도
2s
시간 제한
32MB
메모리 제한
0
맞았습니다!!
0
제출 수
0.0%
정답률
레이팅

의견: 0

설명

\(5^{th}\) round, January \(17^{th}\) 2015
Mirko got a supercool new tractor for Christmas that can even pick mushrooms! The mushrooms grow
on a squa\(re-sh\)aped meadow that can be placed in a coordinate plane so that its lower left edge is
located at (1, 1) and its upper right edge at (\(10^{5}\), \(10^{5}\)).
Initially, there are no mushrooms on the meadow, but in total \(N\) will grow in a way that each second
exactly one new mushroom grows on an empty space on the meadow.
Economical Mirko wants to ride his tractor only once and pick at least \(K\) mushrooms.
His ride
begins at one of the points on the meadow and he can move only in directions parallel to its sides or
diagonals. Mirko’s tractor is super fast and travels great distances in negligible time. Because
of the enormous speed, Mirko can’t make turns during the ride.
Help Mirko and determine the minimal number of seconds after which he can pick the wanted
number of mushrooms.

제약

In test cases worth 50% of total points, it will hold 1 ⩽\(X\)\(i\), Y\(i\) ⩽300.

입력 형식

The first line of input contains the integers \(N\) (2 ⩽\(N\)\(10^{6}\)) and \(K\) (2 ⩽\(K\)\(N\)), the number of
mushrooms that will grow and the number of mushrooms Mirko wants to pick.
Each of the following \(N\) lines contains two integers \(X@@RISE_MATH_BLOCK_0@@i\) (1 ⩽\(X\)\(i\), Y\(i\)\(10^{5}\)), the coordinates of
the \(i\)^{th} mushroom grown on that meadow.

출력 형식

The first and only line of output must contain the required minimal number of seconds. If Mirko can’t
pick \(K\) mushrooms in one ride, outp\(ut -1\).

예제 1
입력
4 3
1 2
3 4
3 2
4 5
7 4
3 1
2 2
4 1
3 2
2 3
1 4
1 3
5 2
1 1
2 1
1 2
1 3
1 4
출력
output
output
4
6
2
설명

Clarification of the first example: Mirko begins his ride at point (1, 2) and moves towards the mushroom
located at (4, 5).

문제 정보

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

출처 COCI 2014/2015 Contest 5

평가 및 의견

Traktor

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

Log in to rate problems.

개별 의견

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

풀이 제출

Traktor

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