var a:integer; begin write('введите число: ');read(a); writeln('последняя цифра: ',a mod 10); end.