| Problem | exponentiate |
|---|---|
| User | scape167 |
| Submission Time | 2024-01-08 14:12:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:14:13: error: lvalue required as left operand of assignment
14 | if (b%2=1){
| ^
exponentiate.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
exponentiate.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^