fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. printf (" 学号:202531106020004 \n");
  6. printf (" 姓名:张益显 \n");
  7. printf (" 出生日期:2007年4月22日 \n");
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 5288KB
stdin
Standard input is empty
stdout
 学号:202531106020004 
 姓名:张益显 
 出生日期:2007年4月22日