포럼
문제 ICPC00299

J. Jamboree

설명

A group of scouts are preparing to go to a large meeting with other scouts. Their leader Hildeborg, in spirit of the scout motto "be prepared", wants to distribute some useful items among the scouts that they most probably will need on their adventure. The items come in different sizes, so to make this as fair as possible, she wants to make sure that the total size of items carried by any scout is as small as possible. Furthermore, Hildeborg does not want to give more than two items to any scout as she is afraid that it otherwise will be too hard for them to remember to bring everything. Given the sizes of the items, what is the least maximum total size, computed as the sum of items, any scout will have to carry?

제약
입력 형식

The first line of input contains two positive integers \(N\) and \(M\) (\(1 \leq N \leq 2M\), \(1 \leq M \leq 100\)). \(N\) is the number of useful items, and \(M\) is the number of scouts. The second line contains \(N\) positive integers \(a_i\) (\(1 \leq a_i\leq 10^7\)) giving the sizes of the items.

출력 형식

Print one integer, the smallest total size that any scout has to carry.

예제 1
입력
3 4
10 10 10
출력
10
예제 2
입력
5 4
9 12 3 9 10
출력
12
문제 정보

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

출처 ICPC NCPC 2023

평가 및 의견

J. Jamboree

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

Log in to rate problems.

개별 의견

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

풀이 제출

J. Jamboree

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