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