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 07:41olliecrowolliecrowScore: 14,068Success
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 07:4214,016477,968,571452,539,0009,989,0002,424,832
2Apr 25, 2026 07:4214,028485,438,373454,910,0008,016,0002,547,712
3Apr 25, 2026 07:4214,042478,887,892454,405,0009,008,0002,547,712
4Apr 25, 2026 07:4214,062481,921,458455,066,0009,001,0002,555,904
5Apr 25, 2026 07:4214,068480,481,164455,240,0009,004,0002,330,624
6Apr 25, 2026 07:4214,075477,495,696455,471,0009,009,0002,543,616
7Apr 25, 2026 07:4214,112483,460,040454,718,00010,993,0002,338,816
8Apr 25, 2026 07:4214,130482,754,429457,307,0009,006,0002,342,912
9Apr 25, 2026 07:4214,214490,087,618460,067,0009,001,0002,539,520