51Testing软件测试论坛

标题: 力扣,测试用例没错,提交出错 [打印本页]

作者: 测试积点老人    时间: 2022-7-8 13:13
标题: 力扣,测试用例没错,提交出错
菜鸡求助
测试用例改了好几个都对,一提交就出错,不知道问题出在哪里了
以下是代码和错误
[attach]138883[/attach]

[attach]138884[/attach]
  1.                                                                                                                                              *714:56
  2.                                                                          初级算法
  3.        intremoveDuplicates(int*nums,intnumsSize)
  4.              inti,j:
  5.              intcheck=0;
  6. 5 for(i=0;i<numsSize;i++)
  7.                   check=0;
  8.                   for(j=1;j<numsSize;j++)
  9. 9
  10. 10 if(nums[i]<nums[j])
  11. 11
  12.                            inttemp=nums[j];
  13.                            nums[j]=nums[i+1];
  14.                             numsi+1] =temp;
  15.                             check
  16.                            break;
  17.                   if(check==0)
  18.                       break:
  19.              intlength=i+1;
  20.              returnlength;
  21. 控制台 执行代码 提交
  22.                                             C
  23.                                             进度 浅色 讨论(99+) 目录 分享
复制代码



作者: 海海豚    时间: 2022-7-11 11:27
https://blog.csdn.net/sjl20021006/article/details/120947950  参考下吧
作者: jingzizx    时间: 2022-7-11 17:16
没用过




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2