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 listJul 22, 2026 21:43boop34boop34Score: 14,003Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 22, 2026 21:4413,873467,658,528448,831,0009,006,0002,113,536
2Jul 22, 2026 21:4413,878467,856,114449,407,0008,589,0002,113,536
3Jul 22, 2026 21:4413,883468,007,478449,336,0008,834,0002,113,536
4Jul 22, 2026 21:4413,967470,836,225451,553,0009,358,0002,113,536
5Jul 22, 2026 21:4414,003471,870,135453,129,0008,993,0002,113,536
6Jul 22, 2026 21:4414,111475,380,096457,260,0008,419,0002,113,536
7Jul 22, 2026 21:4414,124475,891,857456,960,0009,134,0002,113,536
8Jul 22, 2026 21:4414,134476,248,566457,523,0008,912,0002,113,536
9Jul 22, 2026 21:4414,243479,877,271460,560,0009,460,0002,113,536