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 09:00olliecrowolliecrowScore: 14,431Success
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 09:0014,346498,454,622465,407,0008,007,0002,490,368
2Feb 12, 2026 09:0014,364494,442,839465,000,0009,000,0002,289,664
3Feb 12, 2026 09:0014,371498,570,784464,243,00010,005,0002,281,472
4Feb 12, 2026 09:0014,398498,209,373467,143,0008,002,0002,498,560
5Feb 12, 2026 09:0014,431500,784,060467,227,0009,004,0002,326,528
6Feb 12, 2026 09:0014,462498,933,789469,235,0008,004,0002,445,312
7Feb 12, 2026 09:0014,480499,042,279467,841,0009,996,0002,281,472
8Feb 12, 2026 09:0014,529506,861,975470,440,0009,008,0002,330,624
9Feb 12, 2026 09:0014,547503,179,815471,063,0009,001,0002,449,408