public class Two { public static void main(String[] args) { System.out.println( ( 8 * 4 * 2 + 6 ) / 2 + 4 ); } }