Problem helloworld
User WangZhenxuan1
Submission Time 2025-07-08 10:23:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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