Print String (keteki)
CodeChefOpen on judge ↗
Given a 26 digit number 'A'. Each digit representing the english alphabets in ascending order, in smaller case. For example: abcdefghijklmnopqrstuvwxyz 12343234587678907654321345 Here 'a' is represented by 1, 'b' is represented by 2 .... 'z' is represented by 5. Like this: a-1, b-2, c-3, d-4, e-3, f-2, g-3, h-4, i-5, j-8, k-7, l-6, m-7, n-8, o-9, p-0, q-7, r-6, s-5, t-4, u-3, v-2, w-1, x-
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