Fast Input for Integers

Revision en2, by UBERMENSCH., 2018-10-21 10:04:24

Link: https://pastebin.com/FRTreAiJ

I come across this type of implementation for fast input of integers in geeksforgeeks.com site . Can this code be improved to input integers faster ? ( getchar_unlocked() doesn't work in Windows . )

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English UBERMENSCH. 2018-10-21 10:04:24 32 Tiny change: '\n [Link: ](https:/' -> ' [Link: https://pastebin.com/FRTreAiJ ](https:/'
en1 English UBERMENSCH. 2018-10-21 10:03:10 272 Initial revision (published)