牛客15187 分元宵 (快速幂)
链接:https://ac.nowcoder.com/acm/problem/15187
来源:牛客网
时间限制:C/C++ 1秒,其他语言2秒
空间限制:C/C++ 262144K,其他语言524288K
64bit IO Format: %lld
题目描述
s, v, w, p, A = list(map(int, input().split()))
print(pow(s*v,w*p,A))
链接:https://ac.nowcoder.com/acm/problem/15187
来源:牛客网
时间限制:C/C++ 1秒,其他语言2秒
空间限制:C/C++ 262144K,其他语言524288K
64bit IO Format: %lld
题目描述
s, v, w, p, A = list(map(int, input().split()))
print(pow(s*v,w*p,A))