Problem helloworld
User anytin4
Submission Time 2024-02-16 15:01:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:5:16: error: expected ‘;’ before ‘cout’
5 | cout<< "hello"
| ^
| ;
6 | cout<< "world"
| ~~~~