S T2 由于一些原因忘记写 cin.tie(0); 只写了 ios::sync_with_stdio(0);。
cin.tie(0);
ios::sync_with_stdio(0);
然后 luogu 上是 200ms 稳过的,在 InfOJ 上就 TLE 了。 请问哪一个 OJ 的评测环境和真实的环境更加接近? 现在很急,求答复。