Given a number, convert it into the Maya numeral system.

https://en.wikipedia.org/wiki/Maya_numerals

For example,

 n=7 >> Maya = .._
 n=33 > Maya = . ...__
 n=41 > Maya = .. .

Use the English alphabet (o), dot(.) and underscore(_) to represent the numerals. Use space to separate them.

Solution Stats

36 Solutions

14 Solvers

Last Solution submitted on Jul 29, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...