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 listAug 4, 2022 10:39Eugene ZhydzetskiEugene ZhydzetskiScore: 97,563Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Aug 4, 2022 10:3997,0853,264,373,6453,203,793,50102,228,224
2Aug 4, 2022 09:4297,1013,269,088,0923,204,322,20902,236,416
3Aug 4, 2022 09:4297,5423,293,150,4953,218,878,78502,211,840
4Aug 4, 2022 10:3997,5633,286,290,4543,219,573,91602,220,032
5Aug 4, 2022 09:4297,9183,304,421,0033,231,279,09502,228,224
6Aug 4, 2022 10:3998,3903,324,772,0343,246,886,26402,215,936