#include int main() { int x = 0; int y = 0; scanf("%d", &x); scanf("%d", &y); printf("%d", x + y); return 0; }