Help me with this easy multiplication problem

Правка en1, от StellarSpecter, 2024-09-06 14:44:47

Given two numbers represented as strings a and b, compute their product and output product as a string.

|a| <=1e6, |b|<=1e6

How do I solve it, I brute forced it and it gives me TLE.

can anyone help me? is there an optimal way ?

Теги help

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en1 Английский StellarSpecter 2024-09-06 14:44:47 287 Initial revision (published)