Counting Solutions
CodeChefOpen on judge ↗
175 POINTS Calculate the number of solutions of the equation x*y=N! . As the answer might be very large, give your output modulo 1000007. Input The first line of input contains an integer T (1 The next T lines contain an integer N (1Output Output an integer, the answer for each test case, modulo 1000007 on a separate line. Sample Test Cases Input 1 3 Output 4 Input 2 2 500 Output 2 382728
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