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 30, 2023 16:25matsuoka-601matsuoka-601Score: 10,295Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 30, 2023 16:2510,226407,556,722337,447,49402,256,896
2Jun 30, 2023 16:2510,239364,671,928332,880,0004,998,0002,326,528
3Jun 30, 2023 16:2510,241401,797,178337,938,81402,265,088
4Jun 30, 2023 16:2510,246369,049,007332,149,0005,984,0002,289,664
5Jun 30, 2023 16:2510,261362,197,780333,613,0004,994,0002,465,792
6Jun 30, 2023 16:2510,284365,212,388334,372,0004,990,0002,383,872
7Jun 30, 2023 16:2510,295370,172,698334,748,0004,996,0002,469,888
8Jun 30, 2023 16:2510,314361,142,317334,375,0005,988,0002,326,528
9Jun 30, 2023 16:2510,338407,506,548341,149,63102,265,088
10Jun 30, 2023 16:2510,376370,158,559337,414,0004,991,0002,465,792
11Jun 30, 2023 16:2510,421373,516,738338,885,0004,998,0002,457,600
12Jun 30, 2023 16:2510,454374,512,336339,015,0005,982,0002,449,408