#include <cstdio>

int main()
{
    #define false 1
    if ((1==1)==false) puts("victory");
    return 0;
}