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 listDec 31, 2025 19:56Павел РатмановПавел РатмановScore: 72,880Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 31, 2025 19:5671,8232,393,922,6362,348,159,00021,992,0002,396,160
2Dec 31, 2025 19:5672,8802,432,513,4922,383,062,00021,991,0002,281,472
3Dec 31, 2025 19:5673,5182,454,302,4702,404,095,00021,991,0002,273,280