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 listJun 4, 2021 20:42Yuriy LyfenkoYuriy LyfenkoScore: 18,306Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 4, 2021 20:4217,8001,150,632,437587,387,62502,244,608
2Jun 4, 2021 20:4217,8071,164,382,230587,632,02002,240,512
3Jun 4, 2021 20:4217,8471,150,736,879588,937,44402,236,416
4Jun 4, 2021 20:4218,3061,182,832,340604,097,50802,244,608
5Jun 4, 2021 20:4218,3751,154,663,475606,373,94802,256,896
6Jun 4, 2021 20:4218,4401,174,539,086608,528,38402,240,512