Problem helloworld
User dev1634
Submission Time 2023-02-13 17:29:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:13: error: expected ‘;’ before ‘cout’
4 | cout << "H"
| ^
| ;
5 | cout << "e";
| ~~~~