public class good2 {

   /* Expressions from our hw2 test file */
   public static void main431() {
     int w,x;
     x = 500 + (4 - 73);
     x = 30 + (4 - 5)  + (200 + 202);
     x = 10 + 20 + 30 + 40 + 50 + 60 + 70 + 80 + 71;
     x = 7 * 11 * 13 * 431;
     x = (- ((- 70) + (- 1) + ((((1 + 1) + 1)) *  (2 * (- (3 * (4 * 5))))) ));
   }
}
