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

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

		int e= (2 + 2) * 3 * 1;
	}
}