168. Excel Sheet Column Title

Description

Given a positive integer, return its corresponding column title as appear in an Excel sheet.

For example:

Constraints

Approach

Examples

Input: 1

Output: "A"

Solutions

Follow up

Last updated

Was this helpful?