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

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