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 04:46olliecrowolliecrowScore: 16,644Success
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 04:4716,588563,120,288537,427,0009,989,0002,297,856
2Apr 24, 2026 04:4716,589569,164,284537,474,0009,990,0002,330,624
3Apr 24, 2026 04:4716,607563,592,430539,033,0009,000,0002,310,144
4Apr 24, 2026 04:4716,644568,402,428540,268,0009,004,0002,301,952
5Apr 24, 2026 04:4716,644567,913,087540,253,0009,004,0002,560,000
6Apr 24, 2026 04:4716,657567,608,109539,707,0009,994,0002,314,240
7Apr 24, 2026 04:4716,702571,538,035542,193,0009,003,0002,326,528
8Apr 24, 2026 04:4716,728571,632,293543,048,0009,000,0002,293,760
9Apr 24, 2026 04:4716,728568,569,905543,026,0009,000,0002,301,952