﻿var
  A,B:real;
Begin
  writeln('Введите A B');
  read(a,b);
  writeln('Разность = ',a-b);
end.


