fork download
  1. #include <stdio.h>
  2.  
  3. int main()
  4. {
  5. printf("hello world!\n");
  6. printf("\n2232200501-陈欢-第一次作业\n");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0.01s 5312KB
stdin
Standard input is empty
stdout
hello world!

2232200501-陈欢-第一次作业