Submission #47

Details and source code

Back to submissions
IDTimeUserProblemLangVerdict
47Aug 02, 2025, 07:10 PMadminA*BpyRE 1

Source Code

py
a = int(input())
b = int(input())
print(a+b+1)