Skip to content

Commit

Permalink
largest_prime_factor_ ademclk#14
Browse files Browse the repository at this point in the history
  • Loading branch information
{my committed Aug 28, 2022
1 parent 32ad9c3 commit f98fcbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions challenges/C++/largest_prime_factor/largestprimefactor.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <bits/stdc++.h>


long long maxPrimeFactors(long long n)

{

long long maxPrime = -1;
Expand Down

0 comments on commit f98fcbc

Please sign in to comment.