Unique strings Sergey Svistunov

Count the exact number of unique tokens as fast as possible.

Input

One token per line on STDIN:

JWXcKKaWzvFL5
Rof
3ztCpA
5wHcGN
*UiEMthaTS*g

Output

Print the exact count of unique tokens to STDOUT.

Constraints

  • Character set: 0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ@#%*
  • Maximum token length: 16
  • Approximately 1,000,000 unique tokens
Back to listApr 20, 2026 22:14olliecrowolliecrowScore: 21,149Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 20, 2026 22:1521,095718,873,150672,173,00023,970,0002,301,952
2Apr 20, 2026 22:1521,107718,501,914673,578,00022,985,0002,293,760
3Apr 20, 2026 22:1521,117716,319,104673,868,00022,995,0002,285,568
4Apr 20, 2026 22:1521,143711,595,815673,741,00023,990,0002,293,760
5Apr 20, 2026 22:1521,149711,552,103673,951,00023,998,0002,293,760
6Apr 20, 2026 22:1521,157722,763,271674,185,00024,006,0002,289,664
7Apr 20, 2026 22:1521,222716,666,026675,372,00024,976,0002,478,080
8Apr 20, 2026 22:1521,282730,592,872679,342,00022,977,0002,285,568
9Apr 20, 2026 22:1521,288728,879,615679,550,00022,984,0002,297,856