Problem | helloworld |
---|---|
User | itchydeez |
Submission Time | 2023-11-08 10:14:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:6: error: ‘helloworld’ was not declared in this scope
4 | cin>>helloworld
| ^~~~~~~~~~
helloworld.cpp:7:7: error: expected ‘}’ at end of input
7 | cout<<helloworld
| ^~~~~~~~~~
helloworld.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^