← All problemsSign in

Pefect Division

Find the Nth smallest positive integer that can be divided by 100 exactly A times. ###Input Format Two integers are given A and N ###Constraints A is 0, 1, or 2. N is an integer between 1 and 100 (inclusive) ###Output Format Print the N-th smallest integer that can be divided by 100 exactly A times. ###Sample Input 0: 0 5 ###Sample Output 0: 5 ###Explanation 0:

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