#include <stdio.h>

int main()
{
    printf("Compile bot is the best bot");
    return(0);
 }