s = input()

if s == 'kou':
    print('yukari')
else:
    print(s)