您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

16 行
341 B

  1. diff a/hello.c b/hello.c (rejected hunks)
  2. @@ -2,10 +2,13 @@
  3. void main()
  4. {
  5. +<<<<<<< HEAD
  6. printf("hello world\n");
  7. printf("hello world\n");
  8. printf("hello world\n");
  9. printf("hello world\n");
  10. +=======
  11. +>>>>>>> 20bf8d7c8a17a7354dfe3d735a034ad3ffe96ba5
  12. printf("nihao\n");
  13. printf("helloworld");
  14. return 0;