// 6, 19 -> 6, 24
package p;

class A {
	void foob() {
		int f= 5 *3*  1 *(1 + 1);		
		int e= (2 + 2) * 3 * 1;
	}
}