#include<stdio.h>
int main(){
    int n;
    scanf("%d", &n);
    int queue[1000];
    for(int i=0; i<n; i++){
        scanf("%d", &queue[i]);
        printf("Print the queue");
    }
    for(int i=0; i<n; i++){
        scanf("%d", &queue);
        printf("Print the queue");
    }
    return 0;
}