Advertisement
Pandarec13

555

Dec 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3. #include <vector>
  4. #include <map>
  5. using namespace std;
  6. string entry_1(map<int, vector <int> > &mapp,int *min,int *max);
  7. string entry_2(map<int, vector <int> > &mapp_2,int *min_2,int *max_2);
  8.  
  9.  
  10. string sum(map<int, vector <int> > &mapp, map<int, vector <int> > &mapp_2,int min , int max,int min_2,int max_2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement