int a,b,somma; read(a); read(b); somma = a + b; write(somma);