본문 바로가기
python-algorithm

[백준] 1271

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

1
2
3
a,b=map(int, input().split())
print(a//b)
print(a%b)
cs

 

반응형

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

[백준] 2338  (0) 2020.12.14
[백준] 1550  (0) 2020.12.14
[백준] 1075  (0) 2020.12.11
[백준] 1003  (0) 2020.12.11
[백준] 1001  (0) 2020.12.11

댓글