← Back to List
10757번: 큰 수 A+B ↗
Solutions
Python 3
40 B | 40 chars
A,B=input().split() print(int(A)+int(B))