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 03:17Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 12,566Success
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 03:1812,426425,360,213402,088,0008,001,0002,519,040
2Apr 29, 2026 03:1812,435431,715,657402,383,0007,987,0002,318,336
3Apr 29, 2026 03:1812,445425,993,869400,697,0009,992,0002,338,816
4Apr 29, 2026 03:1812,470429,198,359402,544,0008,989,0002,510,848
5Apr 29, 2026 03:1812,566429,805,794403,690,00010,991,0002,330,624
6Apr 29, 2026 03:1812,581436,842,483407,193,0008,003,0002,334,720
7Apr 29, 2026 03:1812,655440,905,260409,634,0007,992,0002,531,328
8Apr 29, 2026 03:1812,674435,065,605407,263,00010,980,0002,506,752
9Apr 29, 2026 03:1812,679432,546,877410,413,0008,008,0002,322,432