#include int main(void){ int a, b, c; char d[11]; c = a + b; scanf("%d+%d",&a,&b); printf("%d\n",c); scanf("%s",d); return 0; }