Problem exponentiate
User UVRAYS
Submission Time 2024-11-07 13:25:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exponentiate.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~
exponentiate.cpp: In function ‘int main()’:
exponentiate.cpp:11:19: error: expected primary-expression before ‘;’ token
11 | cout << result >>;
| ^
exponentiate.cpp:11:19: error: expected ‘}’ at end of input
exponentiate.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^