Problem helloworld
User l
Submission Time 2025-06-19 14:58:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:4:39: error: expected ‘;’ before ‘}’ token
4 | int32_t main() { cout << "Hello World" }
| ^~
| ;