← All problemsSign in

Exponentiation II

CSESMathematicsOpen on judge ↗

Your task is to efficiently calculate values a^{b^c} modulo 10^9+7. Note that in this task we assume that 0^0=1. Input The first input line has an integer n: the number of calculations. After this, there are n lines, each containing three integers a, b and c. Output Print each value a^{b^c} modulo 10^9+7. Constraints - 1 \le n \le 10^5 - 0 \le a,b,c \le 10^9 Example Input: 3 3 7 1 15 2

HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17

CodeSearch Tutor

Hints, not spoilers — it won’t hand over the full solution unless you insist.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start