main(int x, int y, int z){ int A, B, C, D, E; A = x; B = 0; E = z; C = y; y = A; D = y; if (E) { B = y; E = C; } return B; }