Problem exponentiate
User ybc
Submission Time 2024-01-11 21:30:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:20:10: error: ‘d’ was not declared in this scope
20 | cout << d;
| ^
exponentiate.cpp:23:9: error: ‘d’ was not declared in this scope
23 | cout << d%c << "\n";
| ^