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