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 listJan 15, 2026 22:49Adam FolwarcznyAdam FolwarcznyScore: 11,256Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 15, 2026 22:4911,162393,567,618352,317,00016,014,0002,482,176
2Jan 15, 2026 22:4911,169400,588,676352,605,00015,982,0002,510,848
3Jan 15, 2026 22:4911,202392,872,982351,667,00017,983,0002,371,584
4Jan 15, 2026 22:4911,212392,689,077354,993,00014,999,0002,375,680
5Jan 15, 2026 22:4911,256400,865,833359,437,00012,014,0002,371,584
6Jan 15, 2026 22:4911,260405,591,981356,611,00014,983,0002,375,680
7Jan 15, 2026 22:4911,281395,242,211358,263,00014,010,0002,383,872
8Jan 15, 2026 22:4911,372399,879,211360,264,00015,011,0002,400,256
9Jan 15, 2026 22:4911,745416,925,121369,593,00017,980,0002,375,680