TLE求调

P3865 【模板】ST 表

可尝试用'\n’,endl会刷新缓冲区。 还不行的话可关闭同步流: ```cpp ios::sync_with_stdio(0); cin.tie(0); cout.tie(0); ``` 仅供参考(其实我也在这卡了很久)
by Tony1109 @ 2023-11-22 21:43:48


|