#include <bits/stdc++.h>
#define mp make_pair
#define x first
#define y second
using namespace std ;
ifstream in ("FloodIt.in") ;
ofstream out ("FloodIt.out") ;


int main () {
   int64_t a , b ;
   cin >> a >> b ;
   cout << a + b ;

}