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