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 15, 2023 16:33matsuoka-601matsuoka-601Score: 15,467Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 15, 2023 16:3315,247565,347,774503,161,18802,256,896
2Jun 15, 2023 16:3315,248580,426,213503,183,28302,260,992
3Jun 15, 2023 16:3315,277527,815,242488,170,00015,972,0002,412,544
4Jun 15, 2023 16:3315,279526,505,687486,221,00017,971,0002,461,696
5Jun 15, 2023 16:3315,301532,124,248490,972,00013,970,0002,461,696
6Jun 15, 2023 16:3315,352531,322,192486,644,00019,985,0002,269,184
7Jun 15, 2023 16:3315,467568,643,235510,405,63802,260,992
8Jun 15, 2023 16:3315,486533,309,789495,066,00015,969,0002,428,928
9Jun 15, 2023 16:3315,677548,941,907497,369,00019,974,0002,359,296
10Jun 15, 2023 16:3315,777544,069,693498,655,00021,984,0002,371,584
11Jun 15, 2023 16:3315,877546,893,980507,936,00015,997,0002,469,888
12Jun 15, 2023 16:3315,911552,421,372510,048,00015,001,0002,510,848