Ответ: var a, V: integer;begin  write(‘a = ‘);  readln(a);  V := a * a * a;  write(‘V = ‘, V);end.