fork download
  1.  
  2.  
  3. #include <stdio.h>
  4.  
  5. main()
  6. {
  7. printf("千葉経済 C言語プログラミング\n");
  8. printf("千葉経済\n");
  9. printf("プログラミングを学習中です\n");
  10. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
千葉経済 C言語プログラミング
千葉経済
プログラミングを学習中です