python-algorithm

[백준] 2338

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

1
2
3
4
5
6
A=int(input())
B=int(input())
 
print(A+B)
print(A-B)
print(A*B)
cs

 

반응형