#include int main(){ int a, b; scanf("%i %i", &a,&b); a+=b; printf("%i", a); return 0; }