fork download
  1. #include <stdio.h>
  2. char* program = "+/u/CompileBot C %c #include <stdio.h>%c char* program = %c%s%c;%c int main()%c {%c \tprintf(program, 10, 34, program, 34, 10, 10, 10, 10, 10, 10); %c \treturn 0; %c }%c";
  3. int main()
  4. {
  5. printf(program, 10, 10, 34, program, 34, 10, 10, 10, 10, 10, 10);
  6. return 0;
  7. }
Success #stdin #stdout 0s 2052KB
stdin
Standard input is empty
stdout
+/u/CompileBot C 
    #include <stdio.h>
    char* program = "+/u/CompileBot C %c    #include <stdio.h>%c    char* program = %c%s%c;%c    int main()%c    {%c    	printf(program, 10, 34, program, 34, 10, 10, 10, 10, 10, 10); %c    	return 0; %c    }%c";
    int main()
    {
    	printf(program, 10, 34, program, 34, 10, 10, 10, 10, 10, 10); 
    	return 0; 
    }