Problem helloworld
User itchydeez
Submission Time 2023-11-08 10:14:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:1: error: ‘helloworld’ was not declared in this scope
4 | helloworld="hello world"
| ^~~~~~~~~~
helloworld.cpp:6:7: error: expected ‘}’ at end of input
6 | cout<<helloworld
| ^~~~~~~~~~
helloworld.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^