본문 바로가기
Algorithm/백준

[백준] : 1008번 Python, 파이썬 풀이

by 오주현 2021. 11. 23.
반응형
문제

 

주의

-

풀이
a, b = map(int, input().split())
print(a / b)
반응형

댓글