#include using namespace std; #define INF 1000000000000000000 using ll=long long; using Graph=vector>; int main(){ int N; cin>>N; if(N%2==0){ for(int i=0;i