Problem helloworld
User joshua
Submission Time 2025-10-24 17:15:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~