Problem helloworld
User Arjunironman8
Submission Time 2026-08-03 21:10:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:24: error: expected ‘;’ before ‘}’ token
9 | ;cout << "hello world"
| ^
| ;
10 | }
| ~