Problem exponentiate
User dev1634
Submission Time 2023-02-03 20:25:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:9:16: error: expected ‘;’ before ‘cin’
9 | cin >> num1
| ^
| ;
10 | cin >> num2;
| ~~~