Skip to content

Commit

Permalink
Fix Build
Browse files Browse the repository at this point in the history
  • Loading branch information
hikjik committed Oct 15, 2023
1 parent 669b0ad commit 68f50a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class Solution {
public:
static std::vector<int> findIndices(std::vector<int> &nums,
static std::vector<int> findIndices(const std::vector<int> &nums,
int indexDifference,
int valueDifference) {
const int n = nums.size();
Expand Down

0 comments on commit 68f50a1

Please sign in to comment.