#include #include using namespace std; int main(){ float A,B; cin >> A >> B; cout << round(A + B) << "\n"; }