fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. printf("学号、姓名、电话号\n");
  5. printf("国家层面:富强、民主、文明、和谐\n");
  6. printf("社会层面:自由、平等、公正、法治\n");
  7. printf("公民层面:爱国、敬业、诚信、友善\n");
  8. // your code goes here
  9. return 0;
  10. }
  11.  
Success #stdin #stdout 0s 5540KB
stdin
Standard input is empty
stdout
学号、姓名、电话号
国家层面:富强、民主、文明、和谐
社会层面:自由、平等、公正、法治
公民层面:爱国、敬业、诚信、友善