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 listFeb 23, 2026 16:11Alexander KrivolapovAlexander KrivolapovScore: 40,307Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 23, 2026 16:1139,4641,325,683,5421,292,305,0009,994,0002,383,872
2Feb 23, 2026 16:1140,3071,368,062,9191,319,147,00010,992,0002,289,664
3Feb 23, 2026 16:1140,8031,372,942,3501,337,496,0008,989,0002,285,568