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("高考分数:598\n");
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
杨子豪
宜都一中
湖北大学
高考分数:598