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 listSep 16, 2021 18:24Malik ShamsutdinovMalik ShamsutdinovScore: 247,992Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 16, 2021 18:24247,8218,232,510,3688,178,091,91402,277,376
2Sep 16, 2021 18:24247,9928,242,478,1678,183,729,39102,256,896
3Sep 16, 2021 18:24249,6978,319,839,2568,239,994,13402,297,856