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 16:49olliecrowolliecrowScore: 15,054Success
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 16:5014,962510,120,487484,774,0008,995,0002,543,616
2Apr 25, 2026 16:5014,998514,445,167485,951,0008,999,0002,531,328
3Apr 25, 2026 16:5015,007516,137,102486,230,0009,004,0002,555,904
4Apr 25, 2026 16:5015,037512,064,989487,228,0009,004,0002,551,808
5Apr 25, 2026 16:5015,054516,205,050486,809,0009,996,0002,547,712
6Apr 25, 2026 16:5015,059511,134,002487,979,0008,999,0002,326,528
7Apr 25, 2026 16:5015,076519,839,401487,550,0009,990,0002,367,488
8Apr 25, 2026 16:5015,076508,535,655487,523,0009,990,0002,338,816
9Apr 25, 2026 16:5015,080512,053,990487,666,0009,993,0002,539,520