#include<stdio.h> int main() { freopen("both.in","r",stdin); freopen("both.out","w",stdout); printf("-1"); return 0; }