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 23, 2026 16:36boop34boop34Score: 12,677Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jul 23, 2026 16:3712,136410,303,747391,881,0008,638,0002,113,536
2Jul 23, 2026 16:3712,424419,742,934400,500,0009,497,0002,113,536
3Jul 23, 2026 16:3712,631426,614,916407,758,0009,067,0002,113,536
4Jul 23, 2026 16:3712,666427,806,564409,268,0008,720,0002,113,536
5Jul 23, 2026 16:3712,677428,249,143409,063,0009,278,0002,113,536
6Jul 23, 2026 16:3712,681428,330,447409,892,0008,604,0002,113,536
7Jul 23, 2026 16:3712,688428,537,468409,634,0009,085,0002,113,536
8Jul 23, 2026 16:3712,726429,880,357410,609,0009,361,0002,113,536
9Jul 23, 2026 16:3712,761430,906,555412,316,0008,805,0002,113,536