#include <stdio.h>
int main(){
    int N;
    scanf("%d",&N);
    if(N==0){
        printf("List is empty.");
        return 0;
    }
    int stock[100];
    for(int i=0;i<n;++i){
        scanf("%d",&stocks[i]);
    }
    for(int i=0;i<N;++i){
        printf("%d",stocks[i]);
        if(i<N-1){
            printf(" ");
        }
    }
    printf(" ");
    return 0;
    
}