Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

Description

Input Format:

Output Format:

Example Test Cases

Example 1

Input:

5 10 10
10 2 3 4 5

Output:

26

Example 2

Input:

10 10 10
1 2 3 4 5 6 7 8 9 10

Output:

120

Tags: implementation, sort, data structures