← All problemsSign in

Unusual Multiplication

Multiplying two natural numbers is really a clumsy operation. However, sometimes we can get the answer by moving the last digit to the front For example: 179487 * 4 = 717948 This property obviously depends on the number system you are using, the above being decimal number system.In base 9 we can have: 17 * 4 = 71 (base 9) as (9 * 1 + 7) * 4 = 7 * 9 + 1 NOTE: ALL NUMBERS IN THIS PROBLEM ARE NO

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