fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. printf("欢迎进入C语言编程世界\n");
  6.  
  7. printf("\n2362200502-莫春兰-第一次作业\n");
  8.  
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 5308KB
stdin
Standard input is empty
stdout
欢迎进入C语言编程世界

2362200502-莫春兰-第一次作业