Problem helloworld
User denzelong8811
Submission Time 2024-02-16 14:50:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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