<span style="font-size:18px;color:#3333ff;">#include <iostream>
using namespace std;
int main()
{
cout<<"Enter two number:"<<endl;
int v1,v2;
cin>>v1>>v2;
cout<<"The sum of"<<v1<<"and"<<v2<<"is"<<v1+v2<<endl;
return 0;
}</span>
<span style="font-size:18px;color:#3333ff;">#include <iostream>
using namespace std;
int main()
{
cout<<"Enter two number:"<<endl;
int v1,v2;
cin>>v1>>v2;
cout<<"The sum of"<<v1<<"and"<<v2<<"is"<<v1+v2<<endl;
return 0;
}</span>