Problem helloworld
User jet
Submission Time 2026-02-23 17:05:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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