Problem exponentiate_ex
User nianhe
Submission Time 2023-11-20 14:44:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate_ex.cpp:6:1: error: ‘int128_t’ does not name a type; did you mean ‘int32_t’?
6 | int128_t qexp(ll A, ll B, ll M){
| ^~~~~~~~
| int32_t
exponentiate_ex.cpp: In function ‘int main()’:
exponentiate_ex.cpp:21:14: error: ‘qexp’ was not declared in this scope; did you mean ‘exp’?
21 | cout<<(int)qexp(a,b,c)<<'\n';
| ^~~~
| exp