Multiply Strings

AC Rate: 111/605
My Submissions

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.



Send Feedback