leetle

Daily challenge for 2025-04-24

114. Excel Sheet Column Title

Write a function solve that converts a positive integer to its corresponding Excel column title (1-based).

Example:
Input: 28
Output: "AB"

Run this challenge interactively in Python or JavaScript when the app loads.