Problem helloworld
User YellowPurpleDragon
Submission Time 2024-05-01 09:21:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:34: error: expected ‘;’ before ‘:’ token
3 | int main() {cout << "Hello World":}
| ^
| ;