freopen(".in","r",stdin); freopen(".out","w",stdout); ios::sync_with_stdio(0); cin.tie(0); cout.tie(0);
在今年的 noi linux 下能过编译吗?