Help me in solving SYN8V2 problem

My issue

My code

#include<bits/stdc++.h>
using namespace std;
int main(){
    cout<< 3+4 << "" <<"and"<< ""<<2+1;
    return 0;
}

Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone

@anon78988490
U have to leave space between " " .

1 Like

thanks