Problem Description

Read integers a and b (b>=0), write recursive function powr(a,b) and output a^b.

Input Format

One line: a b.

Output Format

One integer power.

Sample Test Case

Input:
2 10
Output:
1024

Constraints

-10

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next