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 4, 2021 20:52Yuriy LyfenkoYuriy LyfenkoScore: 18,315Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jun 4, 2021 20:5218,1521,171,058,067599,031,53702,240,512
2Jun 4, 2021 20:5218,1931,164,211,516600,381,32002,236,416
3Jun 4, 2021 20:5218,3111,172,540,255604,256,46502,244,608
4Jun 4, 2021 20:5218,3151,172,126,404604,398,27002,236,416
5Jun 4, 2021 20:5218,3241,174,763,510604,697,37302,240,512
6Jun 4, 2021 20:5218,3491,165,994,154605,500,59702,244,608