fast I/O 2024-10-27·18 words·1 min note cp C++ Table of Contents references Table of Contents references to speed up cin and cout, add the following lines. ios_base::sync_with_stdio(false); cin.tie(nullptr); references # Fast Input & Output