#include <stdio.h>

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