Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function scan()
- while true do
- a[1..n] := collect;
- b[1..n] := collect;
- if (ājā{1, ..., n}) (a[j].ver = b[j].ver) then
- return (b[1].data, ..., b[n].data)
- end
- end function
- function update(i,v)
- M[i] := v;
- end
Advertisement
Add Comment
Please, Sign In to add comment