Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- last = 0
- best = 0
- i = 0
- S:
- if (i < size) then GOTO L
- GOTO E
- L:
- p = &g + i
- h = ↓ p
- n3 = h + last
- last = h v n3
- best = best v last
- GOTO S
- E:
- result = best
RAW Paste Data