Giải thuật sau thực hiện việc gì? Procedure Q(x)Beginif R=n then R:=1 else R:=R+1; if F=R then begin write(‘full’) returnend ; Q[R]:=X;if F=0 then F:=1; End;
38/54
Giải thuật sau thực hiện việc gì? Procedure Q(x)
Begin
if R=n then R:=1 else R:=R+1; if F=R then begin write(‘full’) return