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