#include using namespace std; int a, b, S; int main() { cin >> a >> b; S = a+b; cout << S; return 0; }