fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void){
  4. printf("姓名:吴晓宝\n");
  5. printf("毕业学校:毕节市实验高级中学\n");
  6. printf("高考:585\n");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
姓名:吴晓宝
毕业学校:毕节市实验高级中学
高考:585