How to improve the speed for the inputs?

Revision en2, by JuanCamilo1979, 2024-03-25 05:34:20

I was search some ways to improve the speed in inputs, Do you know some of these ways to improve the speed of inputs? There is other different way of ios_base::sync_with_stdio(0); cin.tie(nullptr); cout.tie(nullptr);

Tags input reading, large inputs

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English JuanCamilo1979 2024-03-25 05:34:20 103
en1 English JuanCamilo1979 2024-03-25 05:30:34 156 Initial revision (published)