Advertisement
MaxObznyi

Q.9

Nov 17th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. int n;
  3. vector<int> a, b;
  4.  
  5. void solveLocal(vector<int> &a, vector<int> &b) {
  6. ///Do something
  7. }
  8. void solveGlobal() {
  9. ///Do the same
  10. }
  11. ///it can be a lot of such solveLocal functions and it takes more time to declare all of them
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement