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 25, 2026 19:03olliecrowolliecrowScore: 13,986Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 19:0413,841470,628,763446,771,0009,994,0002,383,872
2Apr 25, 2026 19:0413,883472,681,967449,149,0009,002,0002,404,352
3Apr 25, 2026 19:0413,924474,355,392449,525,0009,989,0002,543,616
4Apr 25, 2026 19:0413,963480,679,351451,794,0008,995,0002,539,520
5Apr 25, 2026 19:0413,986480,162,063451,567,0009,990,0002,551,808
6Apr 25, 2026 19:0414,014478,623,775452,483,0009,988,0002,543,616
7Apr 25, 2026 19:0414,015484,486,050452,506,0009,989,0002,543,616
8Apr 25, 2026 19:0414,052480,042,476454,706,0009,014,0002,535,424
9Apr 25, 2026 19:0414,063479,767,733455,090,0009,001,0002,326,528