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:30Mehdi-Dehghan-FooladiMehdi-Dehghan-FooladiScore: 13,233Success
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:3213,048449,969,753424,595,0005,994,0002,506,752
2Apr 29, 2026 00:3213,104451,118,396427,435,0005,005,0002,330,624
3Apr 29, 2026 00:3213,123446,673,414426,074,0007,001,0002,510,848
4Apr 29, 2026 00:3213,180451,294,616429,955,0004,999,0002,519,040
5Apr 29, 2026 00:3213,233455,622,079430,722,0005,996,0002,510,848
6Apr 29, 2026 00:3213,236458,943,630431,799,0004,997,0002,519,040
7Apr 29, 2026 00:3213,329459,733,388433,879,0005,998,0002,510,848
8Apr 29, 2026 00:3213,356461,980,963434,780,0005,996,0002,519,040
9Apr 29, 2026 00:3213,360459,035,726435,912,0004,998,0002,330,624