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 21, 2026 03:18Yuriy LyfenkoYuriy LyfenkoScore: 7,370Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 03:187,329264,415,278238,844,0002,998,0002,445,312
2Mar 21, 2026 03:187,330269,444,499238,883,0002,998,0002,301,952
3Mar 21, 2026 03:187,334266,544,633239,029,0003,000,0002,453,504
4Mar 21, 2026 03:187,364265,287,848239,039,0003,983,0002,301,952
5Mar 21, 2026 03:187,370269,208,631241,199,0002,001,0002,301,952
6Mar 21, 2026 03:187,373269,654,104242,298,0001,001,0002,285,568
7Mar 21, 2026 03:187,420267,185,484240,856,0003,997,0002,260,992
8Mar 21, 2026 03:188,199291,351,940267,565,0002,995,0002,449,408
9Mar 21, 2026 03:189,177346,634,624300,833,0001,992,0002,301,952