YSITD_TG_Bot says to #ysitd
<licson>: int* ptr = (int*)malloc(sizeof(int) * 10); *ptr = 1; ptr++; *ptr = 2; 咦?