fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. printf("这是C语言\n");
  6. printf("努力学习\n");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0.01s 5280KB
stdin
Standard input is empty
stdout
这是C语言
努力学习