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