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 24, 2026 02:09Charles CabergsCharles CabergsScore: 37,513Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 24, 2026 02:1037,0191,242,222,5891,212,630,0008,997,0002,478,080
2Apr 24, 2026 02:1037,1971,242,491,5341,219,515,0007,996,0002,322,432
3Apr 24, 2026 02:1037,2801,255,162,1611,221,249,0008,994,0002,478,080
4Apr 24, 2026 02:1037,2891,251,478,9561,219,552,00010,995,0002,322,432
5Apr 24, 2026 02:1037,5131,253,574,3491,226,939,00010,999,0002,490,368
6Apr 24, 2026 02:1037,8741,266,214,6151,242,841,0007,004,0002,478,080
7Apr 24, 2026 02:1039,2811,318,537,9951,287,301,0008,995,0002,482,176
8Apr 24, 2026 02:1039,5661,324,007,8791,295,701,0009,989,0002,478,080
9Apr 24, 2026 02:1039,6451,329,339,8171,301,316,0006,996,0002,478,080