#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
大家知道,对于整数,中国人习惯按位分割来阅读,而西方则习惯按位划分。你的任务是,把读入的按位分割的整数,转换为位分割输出。分割符均为 ,
。
Input
含多组测试数据,输入首先是一个整数表示测试数据组数()。随后有行测试数据,每行是一个按位分割的整数。每个整数(含分割符)的长度不超过位。
Output
对应每组测试数据,输出一行按位分割的整数。
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