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 22, 2026 01:50olliecrowolliecrowScore: 13,113Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 01:5413,013454,165,223418,449,00010,985,0002,273,280
2Mar 22, 2026 01:5013,075452,907,818421,493,0009,987,0002,523,136
3Mar 22, 2026 01:5813,094453,930,027425,089,0007,001,0002,445,312
4Mar 22, 2026 01:5813,108454,619,767424,561,0007,991,0002,273,280
5Mar 22, 2026 01:5413,113455,714,642422,744,0009,993,0002,310,144
6Mar 22, 2026 01:5813,152455,927,200424,008,00010,000,0002,441,216
7Mar 22, 2026 01:5013,164460,074,191426,437,0007,989,0002,519,040
8Mar 22, 2026 01:5413,166456,713,438425,481,0008,989,0002,457,600
9Mar 22, 2026 01:5013,210462,933,819425,943,0009,998,0002,269,184