Hide
Problem B
Binary Exponentiation
Accepted submissions to this problem will be granted a score of 10
You are given non-negative integers
Input
The first and only line of input contains non-negative
integers
Output
Print
Sample Input 1 | Sample Output 1 |
---|---|
15 7 99 |
27 |