// 6, 17 -> 6, 22
package p;

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