Problem helloworld
User zkesong
Submission Time 2024-05-30 13:23:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:26: error: expected ‘;’ before ‘return’
5 | cout << "Hello World"
| ^
| ;
6 | return 0;
| ~~~~~~