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 listMar 22, 2026 09:29olliecrowolliecrowScore: 9,710Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 09:299,686339,387,914280,687,00038,956,0002,416,640
2Mar 22, 2026 09:299,695342,608,914275,948,00043,991,0002,416,640
3Mar 22, 2026 09:299,698344,725,017279,024,00041,003,0002,420,736
4Mar 22, 2026 09:299,704346,843,870284,200,00036,025,0002,519,040
5Mar 22, 2026 09:299,710342,984,934280,493,00039,927,0002,347,008
6Mar 22, 2026 09:299,718344,356,730287,617,00033,070,0002,424,832
7Mar 22, 2026 09:299,725343,916,601281,933,00038,990,0002,424,832
8Mar 22, 2026 09:299,749341,772,106279,751,00041,962,0002,494,464
9Mar 22, 2026 09:2910,227359,448,257297,566,00039,941,0002,519,040