fork download
  1. ad32 = ...
  2. @(B)mod([sum(S=cumsum(B)+1),S(end)],65521)*[4^8;1]
  3.  
  4. format long
  5. ad32([69, 97, 103, 108, 101, 115, 32, 97, 114, 101, 32, 103, 114, 101, 97, 116, 33])
  6. ad32([80, 114, 111, 103, 114, 97, 109, 109, 105, 110, 103, 32, 80, 117, 122, 122, 108, 101, 115, 32, 38, 32, 67, 111, 100, 101, 32, 71, 111, 108, 102])
  7. Q = repmat(126, 1, 32);
  8. ad32(Q)
  9. Q = repmat(63, 1, 1040);
  10. ad32(Q)
  11.  
Success #stdin #stdout 0.45s 121728KB
stdin
Standard input is empty
stdout
ad32 =

@(B) mod ([sum(S = cumsum (B) + 1), S(end)], 65521) * [4 ^ 8; 1]

ans =  918816254
ans =  3133147946
ans =  68095937
ans =  2181038080