Ramesh and Suresh were in the same class and got home work from their mathematics teacher. The Homework consists of N strings and each string consists of only digits. The task which they need to perform is that they need to divide the string into 4 integers such that their sum is maximum.
Note:
Each integer should be ≤ 1012 and should not contain any leading zeroes.
As we know that Suresh and Ramesh are weak in mathematics and also they don't want to be punished. So, they need your help for finding the answer.
INPUT:
First line contains an integer N denoting the number of strings. Next N lines contain N strings each consists of digits only.
OUTPUT:
For each test case, Print the required answer if exists. Print "unlucky" otherwise.
CONSTRAINTS:
- 1 ≤ N ≤ 104
- 1 ≤ size of each string ≤ 20
SUBTASKS:
- subtask 1 : 1 ≤ N ≤ 102 : ( 50 pts )
- subtask 2 : 1 ≤ N ≤ 104 : ( 50 pts )
Please login to use the editor
You need to be logged in to access the code editor
Loading...
Please wait while we load the editor
Login to unlock the editorial