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("湖北大学\n");
  8. printf("高考分数750\n");
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 5308KB
stdin
Standard input is empty
stdout
李夏宇
陕西省延安市
湖北大学
高考分数750