Problem exponentiate
User yhmixeI
Submission Time 2024-12-23 09:03:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:9:20: error: invalid type argument of unary ‘*’ (have ‘long long int’)
9 | cout<<((a%m)**(b%m))%m;
| ^