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