#include<bits/stdc++.h>
using namespace
std
;
int
main
(){
int
n
;
int
n
[
8
];
return
0
;
}