Problem exponentiate
User Khai
Submission Time 2024-10-09 20:34:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:13:14: error: invalid operands of types ‘long double’ and ‘long double’ to binary ‘operator%’
13 | cout << z % m << endl;
| ~ ^ ~
| | |
| | long double
| long double