Помогите пожалуйста решить задачу в паскаль
Ответ:
var x, y, z: Integer;
begin
Readln(x, y, z);
Writeln((120 - x - y - z) div 5);
end.