2026-01-19 22:43:03 +09:00

1 line
98 B
Python

print((lambda k, d, a : "hasu" if k+a<d or d==0 else "gosu")(*list(map(int, input().split("/")))))