Problem helloworld
User Austin
Submission Time 2025-05-31 13:50:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:24: error: expected ‘;’ before ‘}’ token
7 | cout<<"Hello World"
| ^
| ;
......
12 | }
| ~