Load on Facts
CodeChefOpen on judge ↗
Load on Facts Factorial is just a game of multiplications. Formally, it can be defined as a recurrence relation: Fact (0) = 1 Fact (n) = n * Fact(n-1), for all integers n > 0 This problem is all about multiplications, more and more multiplications. It is a game of multiplications of factorials. The Problem: You will be given three lists of numbers: A, B and C. You have to take the factorials of
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