| Problem | exponentiate |
|---|---|
| User | dev1634 |
| Submission Time | 2023-02-03 20:25:20 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:9:16: error: expected ‘;’ before ‘cin’
9 | cin >> num1
| ^
| ;
10 | cin >> num2;
| ~~~