카테고리 없음
CR 의 매력
진탱이
2009. 1. 28. 16:58
int main()
{
printf("aaa\15");
_getch();
printf("bbb\n");
return 0;
}