From b5c3af307cab1463f931a56ca1bfb7b93deccd02 Mon Sep 17 00:00:00 2001 From: shivam agarwal <43515429+shivamagarwal1999@users.noreply.github.com> Date: Sat, 17 Oct 2020 12:23:53 +0530 Subject: [PATCH] Update LCM_Two_Number.cpp --- LCM_Two_Number.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LCM_Two_Number.cpp b/LCM_Two_Number.cpp index 2e6c568..ede57e9 100644 --- a/LCM_Two_Number.cpp +++ b/LCM_Two_Number.cpp @@ -19,7 +19,7 @@ int main() break; } else - ++max; + max+=1; } while (true); return 0;