1 line
98 B
Python
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("/"))))) |