Say I have an array int data=[20]; and wanted to shift right so data [19] is gone and 18 moves to 19. Then I would fill [0] with a ...
確定! 回上一頁