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 29, 2026 00:40Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 13,184Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 29, 2026 00:4113,083449,868,000426,772,0004,997,0002,514,944
2Apr 29, 2026 00:4113,097451,137,136428,205,0004,001,0002,523,136
3Apr 29, 2026 00:4113,104452,523,801427,449,0005,005,0002,523,136
4Apr 29, 2026 00:4113,180450,004,841428,966,0005,999,0002,318,336
5Apr 29, 2026 00:4113,184454,490,046430,075,0005,000,0002,523,136
6Apr 29, 2026 00:4113,209451,096,171429,928,0005,998,0002,326,528
7Apr 29, 2026 00:4113,318455,795,865433,517,0005,993,0002,514,944
8Apr 29, 2026 00:4113,320460,614,300433,583,0005,994,0002,322,432
9Apr 29, 2026 00:4113,333460,383,826435,000,0005,000,0002,510,848