Agorithm/백준 알고리즘
백준 알고리즘 2558번 A+B -2(python)
kimjinho1
2020. 2. 6. 01:10
728x90
반응형
그냥 A + B를 출력하면 된다.
print(int(input())+int(input()))
728x90
반응형