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 04:24olliecrowolliecrowScore: 10,075Success
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 04:2410,016358,109,284324,531,0005,991,0002,281,472
2Mar 22, 2026 04:2410,018353,207,156325,600,0004,993,0002,465,792
3Mar 22, 2026 04:2410,030354,374,589324,987,0005,999,0002,342,912
4Mar 22, 2026 04:2410,059359,893,249330,959,000999,0002,478,080
5Mar 22, 2026 04:2410,075354,480,647326,471,0005,990,0002,531,328
6Mar 22, 2026 04:2410,083360,293,832329,746,0002,997,0002,473,984
7Mar 22, 2026 04:2410,089358,924,694326,936,0005,998,0002,482,176
8Mar 22, 2026 04:2410,097352,788,799328,189,0005,002,0002,281,472
9Mar 22, 2026 04:2410,206358,652,006330,816,0005,996,0002,482,176