← Back to List
15921번: 수찬은 마린보이야!! ↗
Solutions
Python 3
77 B | 77 chars
n=int(input()) if n == 0: print("divide by zero") else: print("1.00")