n,k = list(map(int, input().split(' '))) k -= 1 k %= 6 print('yuusaan'[k])