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 26, 2026 19:39olliecrowolliecrowScore: 14,966Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 26, 2026 19:4014,906520,013,857482,908,0008,998,0002,547,712
2Apr 26, 2026 19:4014,934513,132,620483,855,0008,997,0002,543,616
3Apr 26, 2026 19:4014,935508,157,920483,863,0008,997,0002,351,104
4Apr 26, 2026 19:4014,955512,358,622483,530,0009,990,0002,543,616
5Apr 26, 2026 19:4014,966509,741,966484,903,0008,998,0002,543,616
6Apr 26, 2026 19:4014,978513,097,842485,269,0009,005,0002,351,104
7Apr 26, 2026 19:4015,023512,276,724486,765,0008,995,0002,551,808
8Apr 26, 2026 19:4015,039511,660,935486,316,0009,985,0002,535,424
9Apr 26, 2026 19:4015,135517,423,229490,465,0008,990,0002,539,520