package p; //7, 17, 7, 22

public class A {
    void m() {
        int x = 9;
        int y = 10;
        int j = x + y + x + y;
    }
}
