Problem helloworld
User MintTea
Submission Time 2023-10-20 13:38:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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