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 listFeb 28, 2026 22:16Alexander KrivolapovAlexander KrivolapovScore: 25,890Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 28, 2026 22:1625,633873,398,590836,901,0008,998,0002,445,312
2Feb 28, 2026 22:1625,827883,314,650843,304,0008,992,0002,506,752
3Feb 28, 2026 22:1625,859877,779,483850,336,0002,997,0002,453,504
4Feb 28, 2026 22:1625,862880,099,325849,440,0003,997,0002,527,232
5Feb 28, 2026 22:1625,890878,683,324846,391,0007,994,0002,293,760
6Feb 28, 2026 22:1625,958887,994,978849,602,0006,996,0002,437,120
7Feb 28, 2026 22:1626,952916,899,043880,434,0008,994,0002,523,136
8Feb 28, 2026 22:1627,059921,877,130884,943,0007,990,0002,347,008
9Feb 28, 2026 22:1627,100920,897,986887,290,0006,994,0002,269,184