Judge Info Memory Limit: 32768KB Case Time Limit: 1000MS Time Limit: 1000MS Judger: Number Only Judger Description 现在假设: 2进制对应的基数是0,1; 3进制对应的基数是0,1,2; …… 10进制对应的基数是0,1,2,3,4,5,6,7,8,9. …… n进制对应的基数是0,1,2,3,……,n-1; 你的任务是实现进制之间的转换. Input 第一行,有t(t<=1000)…