Giải thuật sau thực hiện việc gì? Function Q:kiểu dữ liệu;Beginif F=0 then begin write(‘NULL’) returnend;Y:=Q[F];if F=R then begin F:=R:=0;return end;if F=n then F:=1 else F:=F+1; Q:=Y;End;
39/54
Giải thuật sau thực hiện việc gì? Function Q:kiểu dữ liệu;