Problem helloworld
User amanda
Submission Time 2024-07-29 17:57:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp:1:7: error: missing terminating " character
1 | cout<<"hello world
| ^~~~~~~~~~~~
helloworld.cpp:1:1: error: ‘cout’ does not name a type
1 | cout<<"hello world
| ^~~~