#include main(){ int X,Y,C; scanf("%d%c%d",&X,&C,&Y); printf("%d\n",C=='+'?X-Y:X+Y); }