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