baekjoon 20260119

This commit is contained in:
songyc macbook 2026-01-19 22:43:03 +09:00
parent 9715175652
commit 929b070cd1

View File

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