// 6, 37 -> 6, 43
package p;

class A {
	void foob() {
		int temp= 2+2* 4;
		int e= (2 + 2) * (27 + 2 * (temp+1*2));
		
		int c= 3 * (2 + 1) + temp + 28;
	}
}