#include <stdio.h>

int main(void) {
	char *p = "#include <stdio.h>%c%cint main(void) {%c%cchar *p = %c%s%c;%c%cprintf(p, 10, 10, 10, 9, 34, p, 34, 10, 9, 10, 9, 10, 10);%c%creturn 0;%c}%c";
	printf(p, 10, 10, 10, 9, 34, p, 34, 10, 9, 10, 9, 10, 10);
	return 0;
}
