fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("学号:202531127002055\n");
  5. printf("姓名:陈俞仁\n");
  6. printf("出生年月:2007年4月\n");
  7. return 0;
  8. }
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
学号:202531127002055
姓名:陈俞仁
出生年月:2007年4月