본문 바로가기
python-algorithm

[백준] 2338

by 무적김두칠 2020. 12. 14.

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

 

반응형

'python-algorithm' 카테고리의 다른 글

[백준] 2557  (0) 2020.12.14
[백준] 2475  (0) 2020.12.14
[백준] 1550  (0) 2020.12.14
[백준] 1271  (0) 2020.12.14
[백준] 1075  (0) 2020.12.11

댓글