백준~문풀 후 최적화 추가~/BRONZEⅤ
[Python][2338] 긴자리 계산
elesis
2022. 4. 23. 04:01
a = int(input())
b = int(input())
print(a+b)
print(a-b)
print(a*b)