freopen("1.in","r",stdin),freopen("1.out","w",stdout);
和
ios::sync_with_stdio(0),cin.tie(0);
(主要是怕关完同步混用会寄)