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 listJul 19, 2021 20:49Prisyazhnyuk AlexanderPrisyazhnyuk AlexanderScore: 223,159Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 19, 2021 20:49222,9777,413,255,6087,358,245,27702,273,280
2Jul 19, 2021 20:49223,1597,422,757,3827,364,262,66402,203,648
3Jul 19, 2021 20:49224,9187,495,375,0707,422,307,00102,252,800