int a,b,c; int result; read(a); read(b); read(c); result = a + b; result = result + c; write(result);