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;