求助 后面6个点TLE

P3865 【模板】ST 表

输入太慢了 用 $scanf$ 和 $printf$ 或者加上这两句 ```cpp std::ios::sync_with_stdio(false); std::cin.tie(nullptr); ``` 把 $cin$ 的同步流关了,还有就是如果关了同步流换行要用 $'\n'$ 不能用 $endl$了
by OobugoO @ 2024-04-05 11:42:44


|