#include #include using namespace std; /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(void) { int a,b,n; string s; cin>>a>>b>>s; n= a+b; cout<