n=int(input())
if n > (100/9):
    print('v')
else:
    print('w')