Phát hiện và sửa lỗi ----- Nội dung dịch tự động từ ảnh ----- uses crt; var n,x, a,b,c,S: real; i:integer; begin -99999;i:=1; a:=1;b:=1;c:=1;n: writeln(a:10:2, x^2 + ', b: 10:2," +',c:10:2); writeln ('Nhap a: '); readln(a); writeln ('Nhap b: '); readln(b); writeln ('Nhap c: '); readln(c); S:=a*x*x+b*x+C; For (i:=1) to n do writeln ('hello'); readln; end. 1 Compiler Messages May tim x.pas (11,7) Fatal: Syntax error, ")" expected but ":=" found May tim x.pas (0) Fatal: Compilation aborted