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 listJan 10, 2026 06:24Josu San MartinJosu San MartinScore: 5,615Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 10, 2026 06:235,597206,876,942180,695,0003,993,0002,392,064
2Jan 10, 2026 06:235,599207,293,795180,757,0003,994,0002,342,912
3Jan 10, 2026 06:235,601212,212,486180,848,0003,996,0002,387,968
4Jan 10, 2026 06:235,602207,650,158180,854,0003,996,0002,383,872
5Jan 10, 2026 06:235,610206,545,064181,128,0004,002,0002,383,872
6Jan 10, 2026 06:235,611210,054,885183,173,0002,001,0002,277,376
7Jan 10, 2026 06:235,615210,799,369180,300,0005,008,0002,473,984
8Jan 10, 2026 06:235,627213,219,501181,687,0003,993,0002,379,776
9Jan 10, 2026 06:235,629210,801,550183,773,0001,997,0002,383,872
10Jan 10, 2026 06:245,694212,593,262183,907,0003,997,0002,310,144
11Jan 10, 2026 06:245,702215,537,520183,163,0005,004,0002,379,776
12Jan 10, 2026 06:245,724216,256,065185,902,0002,998,0002,387,968