YueZihui
Results
1
issues of
YueZihui
c++调试时,使用sort函数对vector容器排序就会报错,注释掉就没问题 报错内容为: c:\Users\pcc_\AppData\Roaming\Code\User\globalStorage\wangtao0101.debug-leetcode\sourcecppproblem15.cpp:20:5: error: 'sort' was not declared in this scope sort(nums.begin(), nums.end()); ^~~~