(int n)
| 56 | } |
| 57 | |
| 58 | public static void lo_function(int n) throws Hi_Exception, Lo_Exception { |
| 59 | try { |
| 60 | blowup(n); |
| 61 | } catch (Lo_Exception e) { |
| 62 | Lo++; |
| 63 | } |
| 64 | } |
| 65 | |
| 66 | public static void blowup(int n) throws Hi_Exception, Lo_Exception { |
| 67 | if ((n % 2) == 0) { |