akhare's blog

By akhare, 9 years ago, In English

very precise and clear information with example at fast-input-output for C++ and fast-input-output for java

  • Vote: I like it
  • +6
  • Vote: I do not like it

»
9 years ago, # |
  Vote: I like it 0 Vote: I do not like it

(t<<3) + (t<<1) is not needed :)

Consider: http://goo.gl/6vOzeB. In fact, Clang converts this expression back to t * 10: http://goo.gl/GM7uEg