Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. inline char nc(){
  2. static char buf[100000],*L=buf,*R=buf;
  3. return L==R&&(R=(L=buf)+fread(buf,1,100000,stdin),L==R)?EOF:*L++;
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement