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 listApr 25, 2026 00:23olliecrowolliecrowScore: 14,827Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 25, 2026 00:2414,768504,461,599478,347,0009,006,0002,543,616
2Apr 25, 2026 00:2414,773511,250,837477,543,0009,990,0002,547,712
3Apr 25, 2026 00:2414,789505,018,677479,056,0009,001,0002,543,616
4Apr 25, 2026 00:2414,807512,589,718478,641,0009,992,0002,543,616
5Apr 25, 2026 00:2414,827506,836,709480,293,0009,005,0002,543,616
6Apr 25, 2026 00:2414,878510,749,332481,991,0008,999,0002,326,528
7Apr 25, 2026 00:2414,886508,597,377482,241,0009,004,0002,547,712
8Apr 25, 2026 00:2414,967510,215,634484,940,0008,998,0002,551,808
9Apr 25, 2026 00:2415,039511,351,265487,284,0009,005,0002,547,712