fork download
  1. #include <stdio.h>
  2. int main(void){
  3. printf("Netruthai Hinsaeng\n");
  4. printf("No12\n");
  5. printf("Class5/5\n");
  6. printf("Sarapeeptitayakom School\n");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 3340KB
stdin
Standard input is empty
stdout
Netruthai Hinsaeng
No12
Class5/5
Sarapeeptitayakom School