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 12, 2026 00:24olliecrowolliecrowScore: 16,149Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 12, 2026 00:2416,030555,511,154518,994,0009,999,0002,523,136
2Feb 12, 2026 00:2416,054556,596,136519,790,0009,995,0002,457,600
3Feb 12, 2026 00:2416,119557,695,818522,941,0008,998,0002,314,240
4Feb 12, 2026 00:2416,145559,829,341523,802,0008,996,0002,482,176
5Feb 12, 2026 00:2416,149562,400,798524,904,0007,998,0002,449,408
6Feb 12, 2026 00:2416,150557,086,345523,964,0008,999,0002,457,600
7Feb 12, 2026 00:2416,169556,243,856523,570,0009,991,0002,494,464
8Feb 12, 2026 00:2416,171558,502,563523,665,0009,993,0002,498,560
9Feb 12, 2026 00:2416,235557,996,981525,764,0009,995,0002,310,144