Hello Equation
You are given a positive integer $X$. Your task is to tell whether there exist two **positive** integers $a$ and $b$ $(a \gt 0, b \gt 0)$ such that $$ 2\cdot a + 2\cdot b + a\cdot b = X $$ If there exist positive integers $a$ and $b$ satisfying the above condition print `YES`, otherwise print `NO`. ### Input - The first line of input will contain a single integer $T$, denoting the number of test
HINT LADDERno hints yet
L1 Observation
L2 Technique
L3 Approach
L4 Pseudo-code
🔒
L5 Full solution
L5 unlocks only if you insist twice
solution.cppC++17
CodeSearch Tutor
Hints, not spoilers — it won’t hand over the full solution unless you insist.
Sign in to chat with the tutor and save your progress.
Sign in to start