#include<stdio.h>
int main(){
    int arr[5];
    scanf("%d",&arr[]);
}