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:54Yuriy LyfenkoYuriy LyfenkoScore: 17,694Success
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:5417,6081,134,045,341581,067,36802,244,608
2Jun 4, 2021 20:5417,6171,140,539,395581,368,68702,240,512
3Jun 4, 2021 20:5417,6471,137,325,704582,356,46502,240,512
4Jun 4, 2021 20:5417,6941,142,826,490583,901,48602,240,512
5Jun 4, 2021 20:5418,2361,167,350,444601,772,50502,244,608
6Jun 4, 2021 20:5418,2511,158,675,368602,281,30002,244,608