#include <stdio.h>

int main() {
    int s;
    scanf("%d",&s);
    char c=(s/1>s/10+10)?'v':'w';
    printf("%c",c);
    return 0;
}