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 20:30olliecrowolliecrowScore: 14,945Success
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 20:3114,843505,749,283480,823,0008,996,0002,531,328
2Apr 24, 2026 20:3114,850506,628,317481,058,0009,001,0002,547,712
3Apr 24, 2026 20:3114,876508,929,316480,927,0009,998,0002,539,520
4Apr 24, 2026 20:3114,881510,816,779482,080,0009,001,0002,547,712
5Apr 24, 2026 20:3114,945513,413,414483,184,00010,003,0002,547,712
6Apr 24, 2026 20:3114,947512,021,219483,264,00010,005,0002,543,616
7Apr 24, 2026 20:3115,263521,926,724493,701,0009,993,0002,535,424
8Apr 24, 2026 20:3115,302518,611,849494,981,0009,999,0002,289,664
9Apr 24, 2026 20:3115,495530,202,253494,386,00016,978,0002,293,760