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