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 listMar 1, 2026 16:48Alexander KrivolapovAlexander KrivolapovScore: 25,677Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 1, 2026 16:4825,618866,370,180785,430,00059,956,0002,469,888
2Mar 1, 2026 16:4825,628873,168,581777,841,00067,898,0002,289,664
3Mar 1, 2026 16:4825,630874,173,968767,893,00077,887,0002,273,280
4Mar 1, 2026 16:4825,654877,577,546787,604,00058,970,0002,482,176
5Mar 1, 2026 16:4825,677873,027,373775,396,00071,944,0002,273,280
6Mar 1, 2026 16:4825,691878,175,915778,908,00068,903,0002,527,232
7Mar 1, 2026 16:4825,702875,221,394771,239,00076,924,0002,269,184
8Mar 1, 2026 16:4825,707872,325,995770,404,00077,939,0002,469,888
9Mar 1, 2026 16:4825,828882,200,455786,372,00065,947,0002,371,584