Problem exponentiate
User god
Submission Time 2025-06-23 10:11:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int32_t main()’:
exponentiate.cpp:9:7: error: expected ‘(’ before ‘int’
9 | for int(j=0; j<b;j++){
| ^~~
| (
exponentiate.cpp:9:11: error: ‘j’ was not declared in this scope
9 | for int(j=0; j<b;j++){
| ^