#include using namespace std; int main(){ ios_base::sync_with_stdio(false); cin.tie(NULL); int T; cin >> T; int arr[T]; int i,j = 0; for(int i=0; i> arr[i]; for(i=1; i=0; j--){ if(arr[j]>key) arr[j+1] = arr[j]; else break; } arr[j+1] = key; } for(int i=0; i arr[i]; for(int i=0; i