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 listMar 21, 2026 03:51Yuriy LyfenkoYuriy LyfenkoScore: 5,268Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 21, 2026 03:514,899184,105,293159,664,0001,995,0002,285,568
2Mar 21, 2026 03:514,901183,077,931159,746,0001,996,0002,285,568
3Mar 21, 2026 03:514,904185,217,139159,836,0001,997,0002,445,312
4Mar 21, 2026 03:514,921188,924,854160,388,0002,004,0002,441,216
5Mar 21, 2026 03:514,923187,935,830160,456,0002,005,0002,285,568
6Mar 21, 2026 03:514,929182,982,024159,667,0002,993,0002,285,568
7Mar 21, 2026 03:515,268198,732,856170,857,0002,997,0002,498,560
8Mar 21, 2026 03:515,624206,912,227182,584,0002,993,0002,449,408
9Mar 21, 2026 03:515,810213,682,019189,733,0001,997,0002,445,312
10Mar 21, 2026 03:516,679255,664,388218,418,0002,003,0002,285,568
11Mar 21, 2026 03:516,909257,026,226225,011,0003,000,0002,285,568
12Mar 21, 2026 03:517,222277,281,679236,322,0001,994,0002,285,568