https://www.acmicpc.net/problem/10757
a,b = map(int,input().split()) print(a+b)
c의 경우에는 메모리부족으로인해 다른 방식이 필요합니다.