Advertisement
limimage

Untitled

Mar 18th, 2020
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. pair<int, int> i;
  2. pair<int, int> j;
  3. unordered_map<int, pair<int, int>> st;
  4. thread th1(process, first, &i, &j, MINNUMBIT, &st, 0);
  5. thread th2(process, second, &i, &j, MINNUMBIT, &st, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement