fork download
  1. #include<stdio.h>
  2. main()
  3. {
  4. printf("千葉経済\n");
  5. printf("こんにちは\n");
  6. printf("好きすぎて滅!\n");
  7.  
  8. }
Success #stdin #stdout 0s 5292KB
stdin
Standard input is empty
stdout
千葉経済
こんにちは
好きすぎて滅!