fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. printf("刘嘉睿! \n");
  6. printf("湖北省黄冈市! \n");
  7. printf("湖北大学! \n");
  8. printf("高考分数:597! \n");
  9.  
  10. return 0;
  11. }
  12.  
Success #stdin #stdout 0s 5316KB
stdin
Standard input is empty
stdout
刘嘉睿! 
湖北省黄冈市! 
湖北大学! 
高考分数:597!