#Lutece0642. 格式转换

格式转换

Migrated from Lutece 642 格式转换

All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.

Description

大家知道,对于整数,中国人习惯按44位分割来阅读,而西方则习惯按33位划分。你的任务是,把读入的按33位分割的整数,转换为44位分割输出。分割符均为 ,

Input

含多组测试数据,输入首先是一个整数TT表示测试数据组数(0<T1000<T \leq 100)。随后有TT行测试数据,每行是一个按33位分割的整数。每个整数(含分割符)的长度不超过200200位。

Output

对应每组测试数据,输出一行按44位分割的整数。

Samples

2
9,417,857,884,238
130,417,721,313,151,505
9,4178,5788,4238
13,0417,7213,1315,1505

Resources

wxiaoping - 2012