fork(1) download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. printf("董思雄\n");
  6. printf("黄陂一中\n");
  7. printf("高考分数:597\n");
  8. printf("高中班主任:李波\n");
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
董思雄
黄陂一中
高考分数:597
高中班主任:李波