Var a,n,i:integer;BeginWriteln('введи n');Readln(n);a:=1;For i:=1 to n do beginA:=a*i;Inc(i);End;
writeln('ответ: ');Writeln(a);End.