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 10, 2022 19:41eldon-chungeldon-chungScore: 33,945Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 10, 2022 19:4133,7821,176,009,1951,114,790,52402,289,664
2Sep 10, 2022 19:4133,8261,178,615,5731,116,243,48102,285,568
3Sep 10, 2022 19:4133,9061,191,928,8971,118,886,23502,293,760
4Sep 10, 2022 19:4133,9441,191,133,2441,120,164,07102,289,664
5Sep 10, 2022 19:4133,9451,178,618,6071,120,184,87902,293,760
6Sep 10, 2022 19:4134,0111,172,687,0601,122,365,71902,289,664
7Sep 10, 2022 19:4134,0231,194,312,8931,122,753,37502,289,664
8Sep 10, 2022 19:4134,0791,186,586,2541,124,611,09002,293,760
9Sep 10, 2022 19:4134,0861,177,714,3181,124,830,54902,285,568