include <stdio.h>

int main()
{
printf("Practice makes perfect!");
return 0;
}