← Back to List
30455번: 이제는 더 이상 물러날 곳이 없다 ↗
Solutions
Python 3
46 B | 46 chars
print("Goose" if int(input()) % 2 else "Duck")