Помогите, пожалуйста.
Пишу программу в Pascal abc. У меня она не запускается. Выдает ошибку. Встречено 'var', а ожидался идентификатор.
program
var y, a, b, c :integer;
begin
read a, b, c;
if a mod 2=0 then y:=y+1;
if b mod 2=0 then y:=y+1;
if c mod 2=0 then y;=y+1;
writeln
end.
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2025 SCHOLAR.TIPS - All rights reserved.