#P194. 【例32.3】 数位积
【例32.3】 数位积
Description
Given a non-negative integer , find the product of the digits in .
Input Format
The first line contains an integer (), indicating the number of test cases. This is followed by integers ().
Output Format
Output the product of the digits for each test case.
Sample
3
356
123
999990
6
6561