Description: 4, Large Integer Multiplication Description demand not more than two hundred two non-negative integers product. Input are two lines, each line is a no more than 200 non-negative integer, no extra leading 0. Output line, that is, multiply the result. Results in not have the extra leading 0, that is, if the result is 342, then no output is 0342. Sample Input 12345678900 98765432100 Sample Output 1219326311126352690000
To Search:
File list (Check if you may need any files):
3004.cpp