[Manual String Processing- Exercises] 08.Multiply big number - Грешка в условието (нулев тест)
You are given two lines - the first one can be a really big number (0 to 10^50). The second one will be a single digit number (0 to 9). You must display the product of these numbers.
Note: do not use the BigInteger class for solving this problem.
Input |
Output |
Input |
Output |
Input |
Output |
23 2 |
46 |
9999 9 |
89991 |
923847238931983192462832102 4 |
934573817465075391826664309019448 |
За 3тия тест става на въпрос , не знам дали е само в документа или и в Judge , но отговора на
923847238931983192462832102
*
4
би трябвало да е = 3 695 388 955 727 932 769 851 328 408
Пробвай с вход
0000005
5
Махнал съм водещите нули.
пробвай да умножиш 0 * 5