From 63b36a9809c66208e634ecb9aef0ebbc5c35f3a4 Mon Sep 17 00:00:00 2001 From: Shri Prakash Bajpai <68155959+Shri2206@users.noreply.github.com> Date: Wed, 14 Oct 2020 18:46:59 +0530 Subject: [PATCH] Update modular_exponentiation.cpp --- math/modular_exponentiation.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 "<