#include <stdio.h>
int main()
{
printf("张雪峰老师我还记得你.\n");
return 0;
}