class Test {
  void mainTest(String[] strArr1) {
    int i, i1 = 69, i20, i31 = 78;
    for (i20 = 3; i20 < 51; i20++) i1 += i20;
    try {
      int[] ax$21 = {1, 3};
      for (int ax$22 = Integer.MIN_VALUE + 4; ax$22 < i20; ax$22++)
        i31 += ax$21[ax$22 - (Integer.MIN_VALUE + 4)];
    } catch (Throwable ax$25) {
    } finally {
    }
  }

  public static void main(String[] strArr) {
    Test _instance = new Test();
    for (; ; ) _instance.mainTest(strArr);
  }
}