fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("学号:202531106020040\n");
  5. printf("姓名:刘瑞鑫\n");
  6. return 0;
  7. }
  8.  
Success #stdin #stdout 0s 5312KB
stdin
Standard input is empty
stdout
学号:202531106020040
姓名:刘瑞鑫