Given a number, return the number of closed 'circles' in the base 10 numerical representation.

Note: the number 4 has no circles

Example:

    8819 -> 5

Solution Stats

491 Solutions

246 Solvers

Last Solution submitted on Mar 11, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...