Skip to content

Commit

Permalink
Update maximum_number_with_occurance.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
shiningflash authored Mar 10, 2019
1 parent fcc8111 commit 17daaef
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,13 @@ int main() {
x = get_max(1, 0, 5, 0, 5);
cout << x.first << " " << x.second << endl;
}

/*
OUTPUT
------
100001 1
11 2
107 1
*/

0 comments on commit 17daaef

Please sign in to comment.