C++ Buổi 06_Bài 04.Lũy thừa nhị phân.


Submit solution

Points: 10 (partial)
Time limit: 2.0s
Memory limit: 20M
C++03 2M
C++11 2M

Author:
Problem type

Cho 2 số nguyên không âm a và b. Hãy tính a^b%(10^9+7). Kiến thức bạn cần sử dụng là Binary Exponentiation.

Input Format

2 số nguyên dương a, b.(1≤a,b≤10^9)

Output Format

In ra kết quả của bài toán.

Ví dụ:

Dữ liệu vào:
2 3
Dữ liệu ra:
8

Comments

There are no comments at the moment.