Problem | do_you_like_me |
---|---|
User | MCSG |
Submission Time | 2025-06-17 09:17:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
do_you_like_me.cpp:3:20: error: expected ‘;’ before ‘int’
3 | using namespace std
| ^
| ;
4 | int main(){
| ~~~
do_you_like_me.cpp: In function ‘int main()’:
do_you_like_me.cpp:6:8: error: expected ‘;’ before ‘cout’
6 | cin>>s
| ^
| ;
7 | cout<<"Yes! I would love to goon a date with you,",s
| ~~~~
do_you_like_me.cpp:7:53: error: expected ‘}’ at end of input
7 | cout<<"Yes! I would love to goon a date with you,",s
| ^
do_you_like_me.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^