Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
Language: Product
Description There is an array of N integer numbers in the interval from -30000 to 30000. The task is to select K elements of this array with maximal possible product. Input The input consists of N + 1 lines. The first line contains N and K (1 ≤ K ≤ N ≤ 100) separated by one or several spaces. The others contain values of array elements. Output The output contains a single line with values of selected elements separated by one space. These values must be in non-increasing order. Sample Input 4 2 1 7 2 0 Sample Output 7 2 Source Northeastern Europe 2001, Western Subregion |
[Submit] [Go Back] [Status] [Discuss]
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator