Write a program to shift every element of an array to circularly right. E.g.- INPUT : 1 2 3 4 5 OUTPUT : 5 1 2 3 4.
確定! 回上一頁