HomeVolumesContestsSectionsForumsUsersPrintHelpAbout

Sections > Arithmetic > problem:


50379 - a^b modulus k

Guest
• Review clarifications (2)

Section problems

• 50518 - Histogram Equalization
• 50522 - Multiplication Table - 2
• 50814 - Buying Books from Internet
• 50812 - Total Discount for the clients
• 50435 - City Electric Bills
• 50527 - Sum of LCMs
• 50539 - Number of Chairs - 2
• 50532 - Close City
• 50379 - a^b modulus k
• 50404 - Sum of Self Powers
• 50403 - Number of Chairs
• 50377 - kth Permutation
• Cineplexx
• Cirku Belluci
• 50896 - Sum of Even Numbers
• 50903 - Basic Math Calculator
• El Clasico

Feedback

If you notice incorrect translations in Contester, please let author know.

Time limit 2000/4000/4000/4000 ms. Memory limit 65000/65000/65000/65000 Kb.
Question by Ibrahim Mesecan.

a^b modulus k

Question:
Write a program that calculates bth power of a modulus k. For example, if you are asked to calculate 2^6 mod 7; 6th power of 2 is 64 thus 64 modulus 7 is 1.

Input specification
You will be given 3 integers, a, b, and k where b represents the power and k represents the modulus operand and 0 ≤ b ≤ 1000 and 1 < (a and k) ≤ 1000.

Output specification
Show just one integer number which is between 0 and k-1.

Sample Input I   
  2 6 5
Sample Input II   
  3 6 11
Sample Output I   
  4
Sample Output II   
  3


Для отправки решений необходимо выполнить вход.

www.contester.ru