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 12, 2026 00:56olliecrowolliecrowScore: 15,277Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Feb 12, 2026 00:5615,176529,576,981491,808,0008,996,0002,478,080
2Feb 12, 2026 00:5615,186523,650,554492,131,0009,002,0002,498,560
3Feb 12, 2026 00:5615,199533,075,359491,581,0009,991,0002,322,432
4Feb 12, 2026 00:5615,219536,886,823494,227,0008,003,0002,322,432
5Feb 12, 2026 00:5615,277535,516,665495,145,0009,002,0002,330,624
6Feb 12, 2026 00:5615,301529,334,872496,921,0007,998,0002,322,432
7Feb 12, 2026 00:5615,328531,941,846497,827,0007,997,0002,387,968
8Feb 12, 2026 00:5615,331529,461,603495,938,0009,998,0002,482,176
9Feb 12, 2026 00:5615,375534,816,134499,385,0008,006,0002,330,624