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