본문 바로가기
Beakjoon&프로그래머스/파이썬

[백준/파이썬] 24751번 Betting

by 현장 2022. 10. 4.

-Code

n = int(input())
print(100/n)
print(100/(100-n))