80pts后两个点tle求助

P3865 【模板】ST 表

成功使用printf通过本题。 本帖终。 感谢@wusiqin提出问题贴,帮到了我这名蒟蒻。 同时警示下后人,要养成使用scanf与printf的好美德。
by A2_Zenith @ 2023-07-07 23:03:37


2338bitexplo 智齿
by LITFLYR @ 2023-07-08 21:17:42


@[2338bitexplo](/user/906856) 谢大佬
by ljlbj_fengyuwuzu @ 2023-07-10 19:26:29


@[2338bitexplo](/user/906856) 其实cin和cout可以过,只不过要加上 ```cpp ios::sync_with_stdio(0);cin.tie(0);cout.tie(0); ``` 还要在注意一下不能用cout的endl;
by lpy202111130221 @ 2023-07-11 14:26:12


``` cin+cout+无优化=56pts? scanf+printf=100pts! ```
by chen_z @ 2023-07-19 17:01:09


|