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 listJan 9, 2026 15:08Josu San MartinJosu San MartinScore: 6,395Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 9, 2026 15:096,362234,783,106203,935,0005,998,0002,289,664
2Jan 9, 2026 15:096,366236,650,849204,063,0006,001,0002,465,792
3Jan 9, 2026 15:086,385240,740,821204,718,0005,991,0002,293,760
4Jan 9, 2026 15:086,386240,320,694206,753,0003,995,0002,523,136
5Jan 9, 2026 15:086,395240,148,199206,047,0005,001,0002,289,664
6Jan 9, 2026 15:086,399237,466,743206,150,0005,003,0002,347,008
7Jan 9, 2026 15:096,401238,959,525205,234,0006,006,0002,347,008
8Jan 9, 2026 15:086,406237,644,078205,382,0006,011,0002,334,720
9Jan 9, 2026 15:086,471238,296,595207,551,0005,987,0002,342,912