본문 바로가기

코딩/백준

파이썬: 10757번 큰 수 A+B

728x90
반응형

 

 

 

 

a,b = map(int,input().split())
print(a+b)
 

 

 

반응형