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 24, 2026 04:54olliecrowolliecrowScore: 14,920Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 24, 2026 04:5514,817511,463,360478,985,0009,999,0002,564,096
2Apr 24, 2026 04:5514,822509,836,187480,133,0009,002,0002,547,712
3Apr 24, 2026 04:5514,861508,459,303480,445,0009,988,0002,367,488
4Apr 24, 2026 04:5514,905512,225,202482,883,0008,997,0002,535,424
5Apr 24, 2026 04:5514,920513,892,548483,355,0009,006,0002,543,616
6Apr 24, 2026 04:5514,999511,741,073485,990,0008,999,0002,551,808
7Apr 24, 2026 04:5515,029516,572,569485,973,0009,999,0002,539,520
8Apr 24, 2026 04:5515,051513,378,359486,718,0009,994,0002,326,528
9Apr 24, 2026 04:5515,109518,493,092489,633,0008,993,0002,547,712