Problem exponentiate
User hitarthdangra
Submission Time 2025-06-19 09:10:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:15:28: error: ‘N’ was not declared in this scope
15 | double answer = result % N;
| ^