#include <stdio.h>
void
main ()
{
printf
(
"%d"
,0XA5B);
//十六进制以0x或0X开头,取值码为0~9,A~F或a~f
"forever\n"
);
}