#include<stdio.h>
int main ()
{
   int first, second;
   scanf("%d", &first);
   scanf("%d", &second);
   if (first < 0 || second < 0 )
   {
       printf("Invalid input");
   }
   else
   {
       printf("%d", first reactant + second reactant);
   }
   return 0;
}