#include <stdio.h>

int main(void) 
{
	int a, b;
	
	scanf(f, "%d", &a);
	scanf(f, "%d", &b);
	
	int c = a + b;
	
	printf(t, "%d", c);
	return 0;
}