Problem exponentiate
User scape167
Submission Time 2024-01-08 14:11:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:27:13: error: lvalue required as left operand of assignment
27 | if (b/2=0) fin*=a;
| ^
exponentiate.cpp:35:1: error: expected ‘}’ at end of input
35 | }
| ^
exponentiate.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^