main(){int x;char *s;char *t="main(){int x;char *s;char *t=%s;x=strlen(t);s=(char*)malloc(x+4);strcpy(&s[1],t);s[0]=s[x+2]=34;s[x+3]=0;s[x]=92;s[x+1]=110;printf(t,s);}\n";x=strlen(t);s=(char*)malloc(x+4);strcpy(&s[1],t);s[0]=s[x+2]=34;s[x+3]=0;s[x]=92;s[x+1]=110;printf(t,s);}