Problem helloworld
User Rcrc
Submission Time 2026-08-18 09:34:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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