Câu lệnh sau in ra kết quả như thế nào?

 a:=b;

b:=b-1; 

If a=b then write('YES') else write('NO'); 

YES NO YES NO Không ra kết quả