tips


注意: 102, 127 example
qSize 一定要提出來, 不然會錯(why...?
int qSize = queue.size();
for (int q = 0; q < qSize; q++) {
Last updated
Was this helpful?
qSize 一定要提出來, 不然會錯(why...?
int qSize = queue.size();
for (int q = 0; q < qSize; q++) {
Last updated
Was this helpful?