Где ошибка? program asd; var a,b,c,k,n: real; const i=10; j=10; begin n:=10i + 15j; write(n,''); a:= 0; write(a,' '); b:= 1; write(b,' '); for k:=3 to n do begin write(a+b,' '); c:= b; b:= a + b; a:= c; end; readln end. Сама ошибка: Free Pascal Compiler version 2.6.4+dfsg-6 [2015/05/31] for i386 Copyright (c) 1993-2014 by Florian Klaempfl and others Target OS: Linux for i386 Compiling prog.pas prog.pas(7,7) Fatal: Syntax error, ";" expected but "identifier I" found Fatal: Compilation aborted Error: /usr/bin/ppc386 returned an error exitcode (normal if you did not specify a source file to be compiled)