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