Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

15 lignes
288 B

  1. #include <stdio.h>
  2. void main()
  3. {
  4. <<<<<<< HEAD
  5. printf("hello world\n");
  6. printf("hello world\n");
  7. printf("hello world\n");
  8. printf("hello world\n");
  9. =======
  10. >>>>>>> 20bf8d7c8a17a7354dfe3d735a034ad3ffe96ba5
  11. printf("nihao\n");
  12. printf("helloworld");
  13. return 0;
  14. }