diff --git a/math/modular_exponentiation.cpp b/math/modular_exponentiation.cpp index 593f3c8f4..21308b370 100644 --- a/math/modular_exponentiation.cpp +++ b/math/modular_exponentiation.cpp @@ -56,10 +56,10 @@ int main() int num2 = 5; int m = 13; - std::cout << "The value of "<