#include<bits/stdc++.h> using namespace std; int main(){ freopen("split.in","r",stdin); freopen("split.out","w",stdout); return 0; }