#include <stdafx.h>
void _tmain(int argc, _TCHAR* argv[])
{
 char *psz="#include <stdafx.h>%cvoid _tmain(int argc, _TCHAR* argv[])%c{%c%cchar *psz=%c%s%c;%c%cprintf( psz , 10 , 10 , 10 , 9, 34, psz , 34,10,9,10);%c}" ;
 printf( psz , 10 , 10 , 10 , 9, 34, psz , 34,10,9,10);
}