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 28, 2026 14:50olliecrowolliecrowScore: 14,577Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 28, 2026 14:5114,463491,730,822467,305,0009,985,0002,543,616
2Apr 28, 2026 14:5114,489495,133,397470,136,0008,002,0002,547,712
3Apr 28, 2026 14:5114,509497,142,454469,806,0008,996,0002,547,712
4Apr 28, 2026 14:5114,521493,282,746470,203,0009,003,0002,531,328
5Apr 28, 2026 14:5114,577502,783,779472,065,0009,001,0002,551,808
6Apr 28, 2026 14:5114,589500,457,868471,466,0009,988,0002,551,808
7Apr 28, 2026 14:5114,636503,146,455473,994,0008,999,0002,539,520
8Apr 28, 2026 14:5114,683501,944,767474,571,0009,990,0002,547,712
9Apr 28, 2026 14:5114,747502,148,260477,680,0008,993,0002,326,528