#include int main(void) { long long int a,b; scanf("%u", &a); scanf("%u", &b); printf("%u\n",a+b); return 0; }