Mod Queries
CodeChefOpen on judge ↗
You are given an array of N integers and two parameters K and M. Depending on the value of K, perform one of the following operations: - If K = 1 → Compute the sum of all elements modulo M - If K = 2 → Compute the product of all elements modulo M Return the result for each test case. ### Input The first line contains an integer T, the number of test cases. For each test case: - The first line
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