#include <stdio.h>


int main(void)

{

int a = 나

int b = 원빈


if a==b 

printf("추천\n");

}

else

{

printf("비추\n");

}


return 0;

}