代码优化硬核

ios::sync_with_stdio(false);
cin.tie(0);
cout.tie(0);
#ifndef ONLINE_JUDGE
freopen(“input.txt”,“r”,stdin);
#endif // ONLINE_JUDGE

你可能感兴趣的:(代码)