main(){ char *st="facebook",*p; p=strstr(st,"fa"); puts(p); }

문제점도 없는데 왜 cebook이 아니라 facebook이 뜨는거지??.

미스테리.