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
3417 Solvers
Reverse the Words (not letters) of a String
243 Solvers
299 Solvers
135 Solvers
204 Solvers
Problem Tags