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 listMar 22, 2026 11:48olliecrowolliecrowScore: 9,722Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 22, 2026 11:489,689340,702,199286,767,00032,973,0002,347,008
2Mar 22, 2026 11:489,710347,687,366278,366,00042,055,0002,420,736
3Mar 22, 2026 11:489,713344,750,412286,590,00033,951,0002,519,040
4Mar 22, 2026 11:489,716344,066,627274,683,00045,946,0002,420,736
5Mar 22, 2026 11:489,722342,625,832284,842,00035,980,0002,519,040
6Mar 22, 2026 11:489,723344,968,153273,886,00046,980,0002,523,136
7Mar 22, 2026 11:489,730340,148,592284,068,00037,008,0002,416,640
8Mar 22, 2026 11:489,732343,101,677271,133,00050,024,0002,494,464
9Mar 22, 2026 11:489,739348,734,031284,336,00037,043,0002,494,464