SEM 2 - W4 |
Start: Mar.28.2023 at 04:41:52 PM
Finish: Apr.04.2023 at 08:41:52 PM
The contest is finished!
• Contest scoreboard
|
Feedback | If you notice incorrect translations in Contester, please let author know.
|
|
Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Given N integers. You are asked to choose three of them such that whose product is maximum.
Input
In the first line N - the number of numbers in sequence (3 <= N <= 100) is given. Further, the sequence is written: N of integers which are less than 1000.
Output
See three unknown numbers in any order.
If there are several different triples, giving
the maximum product, then bring out any of them.
input 1
Td>
|
Input 2
Td> tr> |
9
3 5 1 7 9 0 9 -3 10
Td>
|
3
-5 -300 -12
Td> tr> |
Output 1
Td>
|
Output 2
Td> tr> |
9 9 10
Td>
|
-5 -300 -12
Td> |
Для отправки решений необходимо выполнить вход.
|