Problem exponentiate
User Joashhh
Submission Time 2023-04-22 15:42:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:14:3: error: expected ‘,’ or ‘;’ before ‘int’
14 | int anss = ans%c;
| ^~~
exponentiate.cpp:15:15: error: ‘anss’ was not declared in this scope; did you mean ‘ans’?
15 | answer[i] = anss;
| ^~~~
| ans