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 listSep 24, 2024 13:37Alex KentAlex KentScore: 27,257Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 24, 2024 13:3726,382893,054,477866,607,0003,998,0002,359,296
2Sep 24, 2024 13:3726,479897,024,877867,821,0005,998,0002,396,160
3Sep 24, 2024 13:3726,926912,068,635885,573,0002,998,0002,363,392
4Sep 24, 2024 13:3727,003921,776,383886,092,0004,994,0002,449,408
5Sep 24, 2024 13:3727,257926,922,791894,489,0004,997,0002,293,760
6Sep 24, 2024 13:3727,468935,072,112902,455,0003,997,0002,359,296
7Sep 24, 2024 13:3727,482935,904,793902,909,0003,995,0002,363,392
8Sep 24, 2024 13:3728,045949,377,006920,494,0004,997,0002,310,144
9Sep 24, 2024 13:3730,7271,048,778,7151,010,986,0002,996,0002,363,392