#include <cstdio>
int main() {
freopen("date.in", "r", stdin);
scanf("%d%d", &a, &b);
printf("%d", a+b);
}