#include <stdio.h> int main() { double d; scanf("%lf", &d); if(d<(d/10+10)) printf("w"); else printf("v"); return 0; }