fork download
  1. #include <stdio.h>
  2. int main(void) {
  3. printf("Wannida khamchaiwong\n");
  4. printf("N0.26\n");
  5. printf("Class. 5/5\n");
  6. printf("Sarapeepittayakom School\n");
  7. return 0;
  8. }
Success #stdin #stdout 0s 3296KB
stdin
Standard input is empty
stdout
Wannida khamchaiwong
N0.26
Class. 5/5
Sarapeepittayakom School