Input:
The first line consists of an integer N denoting the size of array.
The next line consists of N space separated integers.
Output:
Print the array after each pass. See the output for clarity.
Constraints:
1<=N<=1000
0<=A[i]<=1019
Sample Input
Sample Output
8
170 90 802 2 24 45
Code
Answers
Answered by
2
Answer:
jnbbnmnnnbbvbnnnnnnvb
Similar questions