eolymp
bolt
Try our new interface for solving problems
Problems

Multiplication

published at 3/4/21, 10:36:46 am

ən asan yolu python la yazmaq dı.

Digər halda yazmaq üçün string lərin hasili kimi yazmaq lazımdır.

published at 6/13/22, 7:48:43 pm

in ruby btw fr=gets.toi tr=gets.toi puts fr*tr

published at 3/1/24, 7:56:48 am

import sys sys.set _ int _ max _ str _ digits(0)//since some of underscores werent seen, i put some space between them,you must remove them before submitting a = int(input()) b = int(input()) print(a*b)

published at 4/3/24, 4:42:37 pm

a = int(input()) b = int(input()) print(a*b)