반응형

-풀이

A=int(input())
B=int(input())
print(A+B)

-풀이 설명

[1초 sol]백준 1000번 문제와 거의 동일한 문제라 바로 풀었다.

+ Recent posts