d = int(input())

v1 = 1
v2 = 10

t1 = d / v1
t2 = d / v2 + 10

print('w') if t1 < t2 else print('v')