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 listMay 6, 2024 14:55Ivan MiasnikovIvan MiasnikovScore: 101,390Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 2, 2024 16:50100,5403,378,977,1073,317,804,79102,220,032
2May 6, 2024 14:55100,8833,387,392,2643,329,134,59302,211,840
3May 2, 2024 16:50100,9973,410,532,1213,332,903,74902,215,936
4May 6, 2024 14:55101,3903,415,994,7333,345,857,58402,224,128
5May 2, 2024 16:50101,4323,409,099,4763,347,241,11402,220,032
6May 6, 2024 14:55101,6843,428,327,9163,355,575,13702,215,936