fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("ABCD\t\t\t ABCD\n");
  5. printf("\tEFGH \t MNOP\t\n");
  6. printf("\t\tIJKL\t\t\n");
  7. printf("\tPOIU\t JSJS\t\n");
  8. printf("LOKI\t\t\tSEDE\N");
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 4688KB
stdin
Standard input is empty
stdout
ABCD			 ABCD
	EFGH 	 MNOP	
		IJKL		
	POIU	 JSJS	
LOKI			SEDEN