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 09:45Eugene ZhydzetskiEugene ZhydzetskiScore: 98,448Success
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 09:4597,8953,281,918,0963,230,542,98002,191,360
2Aug 4, 2022 10:3798,3843,314,151,4073,246,660,70402,244,608
3Aug 4, 2022 10:3798,4473,307,567,5133,248,767,19702,228,224
4Aug 4, 2022 09:4598,4483,323,743,4683,248,777,72802,207,744
5Aug 4, 2022 10:3798,6893,329,782,9743,256,734,88002,207,744
6Aug 4, 2022 09:4598,9173,341,278,8873,264,277,21302,232,320