python-algorithm

[백준] 2558

무적김두칠 2020. 12. 14. 13:27

1
2
3
4
import sys
a=int(sys.stdin.readline())
b=int(sys.stdin.readline())
print(a+b)
cs
반응형