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

class A {
	void foob() {
		int a= 2 * 3 + 3 + 1;

		int b= (3 + 1) + 1*1;
	}
}