Problem 2797. modular arithmetic
Given three integers a,b and c, find the remainder when a^b is divided by c. Here, a^b will be well beyond the largest 64 bit integer.
Example:
a = 1000 b = 1000 c = 3
Answer = 1
Solution Stats
Problem Comments
Solution Comments
Show commentsProblem Recent Solvers62
Suggested Problems
-
What is the distance from point P(x,y) to the line Ax + By + C = 0?
372 Solvers
-
1423 Solvers
-
Given a matrix, swap the 2nd & 3rd columns
1072 Solvers
-
Remove entire row and column in the matrix containing the input values
368 Solvers
-
1893 Solvers
More from this Author44
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!