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

Compile Error

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