#include <stdlib.h>

int main() {
int a,b;
scanf("%d %d",&n,&m);
printf("%d",n+m);
}