#include #include using namespace std; int main(){ int a,b,n; string s; cin >> a >> b >> s; n = a + b; cout<