#include<iostream>
using namespace std;
int main(){
int n[5];
cout<<n;
  cin>>n;

}