Alice and Bob play a table tennis match under the 11-point system. Alice wins the match in the end. The rules for ending the match are as follows:
The first line contains a positive integer $$$T$$$ $$$(1 \le T \le 10^5)$$$, representing the number of test cases. Then $$$T$$$ lines follow. Each line contains a positive integer $$$N$$$ $$$(11 \le N \le 10^9)$$$. It is guaranteed that $$$N$$$ is a valid final state of the match.
For each test case, output one line with the score in the format a:b. An example is 11:5.
6111420222430
11:0 11:3 11:9 12:10 13:11 16:14
| Name |
|---|


