#include<stdio.h>
int main ()
{
   if first < 0 or second < 0:
   print("Invalid input")
   else:
   printf(first + second)
   return 0;
}