Problem exponentiate
User UVRAYS
Submission Time 2024-11-07 13:26:40
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(){
| ~~~