#include int main () { int n=0 , i; int arr[100]; scanf("%d",&n); for(int i=0;i=0;j--) { printf("%d ",arr[j]); } return 0; }