Submission #7

Details and source code

Back to submissions
IDTimeUserProblemLangVerdict
7Mar 22, 2025, 04:31 AMGodzilla_G2343A*BpyRE 1

Source Code

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