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 listMar 22, 2026 11:39olliecrowolliecrowScore: 9,698Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 11:399,675344,087,364266,219,00053,043,0002,523,136
2Mar 22, 2026 11:399,680339,161,417271,534,00047,917,0002,412,544
3Mar 22, 2026 11:399,680343,908,981270,540,00048,916,0002,347,008
4Mar 22, 2026 11:399,681342,655,919288,537,00030,950,0002,412,544
5Mar 22, 2026 11:399,698342,314,744286,030,00034,003,0002,523,136
6Mar 22, 2026 11:399,712344,614,675283,561,00036,942,0002,519,040
7Mar 22, 2026 11:399,719341,975,271273,769,00046,960,0002,420,736
8Mar 22, 2026 11:399,732342,248,213275,128,00046,021,0002,408,448
9Mar 22, 2026 11:399,747343,052,512278,694,00042,952,0002,519,040