Data hosted with ♥ by
Pastebin.com
-
Download Raw
-
See Original
if
(
F
<
R
+
1
)
{
x
=
Q
[
F
]
;
F
=
F
+
1
;
if
(
(
F
=
R
+
1
)
&&
(
R
=
n
-
1
)
)
{
F
=
0
;
R
=
-
1
;
}
}
else
cout
<<
“Antrian Kosong”
;