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 10, 2026 13:58olliecrowolliecrowScore: 14,346Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 10, 2026 13:5814,303495,937,306462,987,0008,999,0002,453,504
2Mar 10, 2026 13:5814,303499,411,056463,013,0009,000,0002,494,464
3Mar 10, 2026 13:5814,312499,114,773464,291,0008,005,0002,437,120
4Mar 10, 2026 13:5814,327496,833,035464,799,0007,996,0002,445,312
5Mar 10, 2026 13:5814,346499,074,242464,425,0008,988,0002,277,376
6Mar 10, 2026 13:5814,359497,494,395464,857,0008,997,0002,322,432
7Mar 10, 2026 13:5814,395503,116,201466,025,0009,000,0002,273,280
8Mar 10, 2026 13:5814,421499,346,650466,887,0008,997,0002,420,736
9Mar 10, 2026 13:5815,013517,697,734488,434,0006,991,0002,383,872