← All problemsSign in

Plus Multiply

You are given a sequence of space separated integers $A_1, A_2, . . ., A_N$. You have to find the number of pairs $(i,j) | (1 \leq i \lt j \leq N)$ such that $A_i + A_j = A_i * A_j$. 'For $C/C++/Java$ users: Always return 0 in the main function even if you use void as return type or you might get wrong answer' ###Input: - First line will contain $T$, number of testcases. Then the testcase

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.

voice by Sarvam AI

Sign in to chat with the tutor and save your progress.

Sign in to start