#include #include using namespace std; int main(){ int A,B; string str; cin>>A>>B; cin>>str; cout<<(A+B)<<' '<