Guest User

Untitled

a guest
Jun 13th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. function1(some args)
  2. {\
  3. try
  4. {
  5. int a = function2(args1,...);
  6. // some code
  7. int b = function3(args...);
  8. }catch(bad_aloc& bl){
  9. output(1);
  10. }
  11. }
Add Comment
Please, Sign In to add comment