#include <stdio.h> int main() { char s; scanf("%s",s); printf("Practice makes perfect!"); return 0; }