#include
<stdio.h>
#include
<conio.h>
void
main
()
{
printf
(
"%c"
,
2
);
//12打印笑脸3打印桃心4 5打印方块
getchar
();
}