让cin/cout的性能超过scanf/printf April 1, 2024 Content # ios_base::sync_with_stdio(false); cin.tie(0); From # Links #