上一道题太难,来一道小题压压惊
#include <stdio.h>

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