#include<stdio.h>
int main()
{
    printf("2025XXXXXX XX 喜欢C语言\n");
    getchar();
    return 0;
}