#include<stdio.h>

int main(){
    int x;
    
    scanf("%d", x);
}

