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 18:18Alexander KrivolapovAlexander KrivolapovScore: 38,909Success
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 18:1838,4931,295,162,5791,258,277,00011,993,0002,371,584
2Feb 23, 2026 18:1838,9091,313,983,5491,274,018,0009,992,0002,523,136
3Feb 23, 2026 18:1840,3301,364,775,8841,324,910,0005,995,0002,293,760