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 listApr 10, 2026 19:35Oleg SkinderevOleg SkinderevScore: 232,172Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 10, 2026 19:35230,7027,651,247,9527,592,170,00020,986,0002,310,144
2Apr 10, 2026 19:35232,1727,696,470,3747,643,686,00017,989,0002,326,528
3Apr 10, 2026 19:35232,9457,720,981,9847,671,191,00015,992,0002,306,048