Guest User

Untitled

a guest
Dec 16th, 2017
556
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function scan()
  2. while true do
  3. a[1..n] := collect;
  4. b[1..n] := collect;
  5. if (āˆ€j∈{1, ..., n}) (a[j].ver = b[j].ver) then
  6. return (b[1].data, ..., b[n].data)
  7. end
  8. end function
  9.  
  10. function update(i,v)
  11. M[i] := v;
  12. end
Advertisement
Add Comment
Please, Sign In to add comment