Дана программа:
var i: integer; s: string;
begin
i:=278;
str (i, s);
writeln (s);
end.
Что будет выведено на экран?