摘要: 前言 Method 1 关闭同步/解除绑定 std::ios::sync_with_stdio(false),std::cin.tie(0),cout(0); 原理:关闭同步流 ps. 此时cin cout与scanf同printf 会混乱,不要混用。 Method 2 快读、快写 template 阅读全文
posted @ 2023-10-17 15:52 NexusXian 阅读(178) 评论(0) 推荐(0) 编辑
Nephrenn‘s Blog