Given two numbers represented as strings, return multiplication of the numbers as a string.
Note: The numbers can be arbitrarily large and are non-negative.
Leetcode-Multiply Strings
原文:http://www.cnblogs.com/lishiblog/p/4111915.html