HOC24
Lớp học
Môn học
Chủ đề / Chương
Bài học
var s:ansistring;
begin
readln(s);
delete(s,10,3);
writeln(s);
readln;
end.