#include using namespace std; int main() { // your code goes here int n; cin>>n; int a[n]; for(int i=0;i>a[i]; } for(int i=n-1;i>=0;i--) { cout<