Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pair<int, int> i;
- pair<int, int> j;
- unordered_map<int, pair<int, int>> st;
- thread th1(process, first, &i, &j, MINNUMBIT, &st, 0);
- thread th2(process, second, &i, &j, MINNUMBIT, &st, 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement