題目a149: 乘乘樂https://zerojudge.tw/ShowProblem?problemid=a149解答1for i in range(int(input())):print(eval('*'.join(input())))