Problem helloworld
User DuckyKayden
Submission Time 2025-08-15 08:27:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int32_t main()’:
helloworld.cpp:10:23: error: expected ‘;’ at end of input
10 | cout << "Hello World"
| ~~~~~~~~~~~~~^
| ;
helloworld.cpp:10:10: error: expected ‘}’ at end of input
10 | cout << "Hello World"
| ^~~~~~~~~~~~~
helloworld.cpp:5:16: note: to match this ‘{’
5 | int32_t main() {
| ^