Submission #42

Details and source code

Back to submissions
IDTimeUserProblemLangVerdict
42Apr 28, 2025, 06:10 AMAkramA*BpyRE 1

Source Code

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