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
#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
thanks