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 14:52olliecrowolliecrowScore: 17,131Success
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 14:5217,021577,238,799551,719,0009,994,0002,310,144
2Apr 24, 2026 14:5217,058581,612,977553,923,0008,998,0002,314,240
3Apr 24, 2026 14:5217,062576,964,040554,073,0009,001,0002,306,048
4Apr 24, 2026 14:5217,081583,015,692553,685,0009,994,0002,326,528
5Apr 24, 2026 14:5217,131585,321,380556,325,0009,005,0002,437,120
6Apr 24, 2026 14:5217,149584,088,958556,934,0008,998,0002,314,240
7Apr 24, 2026 14:5217,214585,653,882559,070,0009,001,0002,310,144
8Apr 24, 2026 14:5217,234590,314,817559,757,0008,996,0002,314,240
9Apr 24, 2026 14:5217,330590,834,053562,903,0008,998,0002,314,240