Skip to content

Commit 2a81655

Browse files
Reduced clutter
1 parent 96a33f3 commit 2a81655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

input.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,6 @@ int **getSumArray(int **inputArray, int M, int N, int K)//returns 2D array of si
4747
sumArray[i][j]=sum;
4848
}
4949
}
50+
5051
return sumArray;
5152
}

0 commit comments

Comments
 (0)