#include <stdio.h>
int main()
{
printf("Codelearn.io");
return 0;
}