标签:
题目:
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.
链接:
题解:
测试:
43. Multiply Strings
原文地址:http://www.cnblogs.com/yrbbest/p/4436340.html