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 25, 2026 20:49Alexander KrivolapovAlexander KrivolapovScore: 42,108Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 25, 2026 20:4941,8911,407,132,6731,370,408,00011,994,0002,392,064
2Feb 25, 2026 20:4942,1081,426,056,4271,380,574,0008,997,0002,404,352
3Feb 25, 2026 20:4942,5961,434,446,0061,397,668,0007,992,0002,465,792