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 24, 2026 22:58Dominique GarmierDominique GarmierScore: 236,776Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 24, 2026 22:58236,4507,835,757,2917,684,922,000117,922,0002,277,376
2Mar 24, 2026 22:58236,7767,847,441,6417,693,661,000119,932,0002,285,568
3Mar 24, 2026 22:58237,1007,851,370,7097,705,376,000118,928,0002,285,568