Files
kattis/betting.py
2023-06-23 22:44:13 +02:00

4 lines
55 B
Python

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