Guest User

Untitled

a guest
Nov 21st, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. t(fast_slow) == 0.01 + 0.999 * 1.0 = 1.009
  2.  
  3. t(slow_fast) = 1.0 + 0.5 * 0.01 = 1.005
  4.  
  5. Object[] data = ...
  6. if (data.length > 2 && data[2] != null) {
  7.  
  8. }
Add Comment
Please, Sign In to add comment