fork(1) download
  1. #include <stdio.h>
  2. int main(void)
  3. {
  4. // your code goes here
  5. printf("孙欣雨\n");
  6. printf("毕业于武汉市金银湖高级中学\n");
  7. printf("高考分数700\n");
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0.01s 5284KB
stdin
Standard input is empty
stdout
孙欣雨
毕业于武汉市金银湖高级中学
高考分数700