← Back to List
26711번: A+B ↗
Solutions
Python 3
32 B | 32 chars
print(int(input())+int(input()))